Class SDOPropertyType
- java.lang.Object
-
- org.eclipse.persistence.sdo.SDOType
-
- org.eclipse.persistence.sdo.types.SDOPropertyType
-
- All Implemented Interfaces:
commonj.sdo.Type,java.io.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
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, javaImplClass, xmlDescriptor
-
-
Constructor Summary
Constructors Constructor Description SDOPropertyType(SDOTypeHelper sdoTypeHelper, SDOType typeType)
-
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()-
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 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
-
initializeMappings
public void initializeMappings()
-
isInitialized
public boolean isInitialized()
-
-