EclipseLink 1.1.0_ 1.1.0.r3257-M7 API Reference

org.eclipse.persistence.sdo.types
Class SDOTypeType

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDOType
      extended by org.eclipse.persistence.sdo.types.SDOTypeType
All Implemented Interfaces:
java.io.Serializable

public class SDOTypeType
extends SDOType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, xmlDescriptor
 
Constructor Summary
SDOTypeType(SDOTypeHelper sdoTypeHelper)
           
 
Method Summary
 java.util.List getAliasNames()
           
 java.util.List getBaseTypes()
           
 java.lang.String getName()
           
 java.lang.String getURI()
           
 void initializeMappings()
           
 boolean isAbstract()
           
 boolean isDataType()
           
 boolean isInitialized()
           
 boolean isOpen()
           
 boolean isSequenced()
           
 boolean isTypeType()
           
 
Methods inherited from class org.eclipse.persistence.sdo.SDOType
addAliasName, addBaseType, addDeclaredProperty, addDeclaredProperty, equals, get, getAppInfoElements, getAppInfoMap, getChangeSummaryProperty, getDeclaredProperties, getDeclaredPropertiesMap, getHelperContext, getImplClass, getImplClassName, getInstanceClass, getInstanceClassName, getInstanceProperties, getNonFinalizedMappingURIs, getNonFinalizedReferencingProps, getProperties, getPropertiesArray, getProperty, getPropertyValues, getPseudoDefault, getQName, getSubTypes, getXmlDescriptor, getXsdLocalName, getXsdType, initializeNamespaces, isChangeSummaryType, isDataObjectType, isFinalized, isInstance, isOpenSequencedType, isSubType, isXsd, isXsdList, postInitialize, preInitialize, removeDeclaredProperties, setAbstract, setAliasNames, setAppInfoElements, setBaseTypes, setDataType, setFinalized, setImplClassName, setInstanceClass, setInstanceClassName, setInstanceProperty, setMixed, setNonFinalizedMappingURIs, setNonFinalizedReferencingProps, setOpen, setPropertyValues, setPseudoDefault, setQName, setSequenced, setSubTypes, setupInheritance, setXmlDescriptor, setXsd, setXsdList, setXsdLocalName, setXsdType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOTypeType

public SDOTypeType(SDOTypeHelper sdoTypeHelper)
Method Detail

getAliasNames

public java.util.List getAliasNames()
Overrides:
getAliasNames in class SDOType

getBaseTypes

public java.util.List getBaseTypes()
Overrides:
getBaseTypes in class SDOType

getName

public java.lang.String getName()
Overrides:
getName in class SDOType

getURI

public java.lang.String getURI()
Overrides:
getURI in class SDOType

isAbstract

public boolean isAbstract()
Overrides:
isAbstract in class SDOType

isDataType

public boolean isDataType()
Overrides:
isDataType in class SDOType

isOpen

public boolean isOpen()
Overrides:
isOpen in class SDOType

isSequenced

public boolean isSequenced()
Overrides:
isSequenced in class SDOType

isTypeType

public boolean isTypeType()
Overrides:
isTypeType in class SDOType

initializeMappings

public void initializeMappings()

isInitialized

public boolean isInitialized()

EclipseLink 1.1.0_ 1.1.0.r3257-M7 API Reference