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 class
SDOPropertyType.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 List
getAliasNames()
List
getBaseTypes()
String
getName()
String
getURI()
void
initializeMappings()
boolean
isAbstract()
boolean
isDataType()
boolean
isInitialized()
boolean
isOpen()
boolean
isSequenced()
-
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:
getAliasNames
in interfacecommonj.sdo.Type
- Overrides:
getAliasNames
in classSDOType
-
getBaseTypes
public List getBaseTypes()
- Specified by:
getBaseTypes
in interfacecommonj.sdo.Type
- Overrides:
getBaseTypes
in classSDOType
-
getName
public String getName()
-
getURI
public String getURI()
-
isAbstract
public boolean isAbstract()
- Specified by:
isAbstract
in interfacecommonj.sdo.Type
- Overrides:
isAbstract
in classSDOType
-
isDataType
public boolean isDataType()
- Specified by:
isDataType
in interfacecommonj.sdo.Type
- Overrides:
isDataType
in classSDOType
-
isOpen
public boolean isOpen()
-
isSequenced
public boolean isSequenced()
- Specified by:
isSequenced
in interfacecommonj.sdo.Type
- Overrides:
isSequenced
in classSDOType
-
initializeMappings
public void initializeMappings()
-
isInitialized
public boolean isInitialized()
-
-