Class SDOTypeType
- java.lang.Object
-
- org.eclipse.persistence.sdo.SDOType
-
- org.eclipse.persistence.sdo.types.SDOTypeType
-
- All Implemented Interfaces:
commonj.sdo.Type,java.io.Serializable
public class SDOTypeType extends SDOType implements commonj.sdo.Type
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSDOTypeType.TypeImpl-
Nested classes/interfaces inherited from class org.eclipse.persistence.sdo.SDOType
SDOType.TypeInstantiationPolicy
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, javaImplClass, xmlDescriptor
-
-
Constructor Summary
Constructors Constructor Description SDOTypeType(SDOTypeHelper sdoTypeHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetAliasNames()java.util.ListgetBaseTypes()java.lang.StringgetName()java.lang.StringgetURI()voidinitializeMappings()booleanisAbstract()booleanisDataType()booleanisInitialized()booleanisOpen()booleanisSequenced()booleanisTypeType()-
Methods inherited from class org.eclipse.persistence.sdo.SDOType
addAliasName, addBaseType, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, 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, isBaseType, isChangeSummaryType, isDataObjectType, isFinalized, isInstance, isOpenSequencedType, isSubType, isWrapperType, 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
-
-
-
-
Constructor Detail
-
SDOTypeType
public SDOTypeType(SDOTypeHelper sdoTypeHelper)
-
-
Method Detail
-
getAliasNames
public java.util.List getAliasNames()
- Specified by:
getAliasNamesin interfacecommonj.sdo.Type- Overrides:
getAliasNamesin classSDOType
-
getBaseTypes
public java.util.List getBaseTypes()
- Specified by:
getBaseTypesin interfacecommonj.sdo.Type- Overrides:
getBaseTypesin classSDOType
-
getName
public java.lang.String getName()
-
getURI
public java.lang.String getURI()
-
isAbstract
public boolean isAbstract()
- Specified by:
isAbstractin interfacecommonj.sdo.Type- Overrides:
isAbstractin classSDOType
-
isDataType
public boolean isDataType()
- Specified by:
isDataTypein interfacecommonj.sdo.Type- Overrides:
isDataTypein classSDOType
-
isOpen
public boolean isOpen()
-
isSequenced
public boolean isSequenced()
- Specified by:
isSequencedin interfacecommonj.sdo.Type- Overrides:
isSequencedin classSDOType
-
isTypeType
public boolean isTypeType()
- Overrides:
isTypeTypein classSDOType
-
initializeMappings
public void initializeMappings()
-
isInitialized
public boolean isInitialized()
-
-