Class SDOPropertyType
- java.lang.Object
-
- org.eclipse.persistence.sdo.SDOType
-
- org.eclipse.persistence.sdo.types.SDOPropertyType
-
- All Implemented Interfaces:
commonj.sdo.Type,Serializable
public class SDOPropertyType extends SDOType implements commonj.sdo.Type
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSDOPropertyType.PropertyImpl-
Nested classes/interfaces inherited from class org.eclipse.persistence.sdo.SDOType
SDOType.TypeInstantiationPolicy
-
-
Constructor Summary
Constructors Constructor Description SDOPropertyType(SDOTypeHelper sdoTypeHelper, SDOType typeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetAliasNames()ListgetBaseTypes()StringgetName()StringgetURI()voidinitializeMappings()booleanisAbstract()booleanisDataType()booleanisInitialized()booleanisOpen()booleanisSequenced()-
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, isTypeType, 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
-
SDOPropertyType
public SDOPropertyType(SDOTypeHelper sdoTypeHelper, SDOType typeType)
-
-
Method Detail
-
getAliasNames
public List getAliasNames()
- Specified by:
getAliasNamesin interfacecommonj.sdo.Type- Overrides:
getAliasNamesin classSDOType
-
getBaseTypes
public List getBaseTypes()
- Specified by:
getBaseTypesin interfacecommonj.sdo.Type- Overrides:
getBaseTypesin classSDOType
-
getName
public String getName()
-
getURI
public 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
-
initializeMappings
public void initializeMappings()
-
isInitialized
public boolean isInitialized()
-
-