org.eclipse.persistence.sdo.types
Class SDOPropertyType

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDOType
      extended by 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/interfaces inherited from class org.eclipse.persistence.sdo.SDOType
SDOType.TypeInstantiationPolicy
 
Constructor Summary
SDOPropertyType(SDOTypeHelper sdoTypeHelper, SDOType typeType)
           
 
Method Summary
 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, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface commonj.sdo.Type
get, getDeclaredProperties, getInstanceClass, getInstanceProperties, getProperties, getProperty, isInstance
 

Constructor Detail

SDOPropertyType

public SDOPropertyType(SDOTypeHelper sdoTypeHelper,
                       SDOType typeType)
Method Detail

getAliasNames

public List getAliasNames()
Specified by:
getAliasNames in interface commonj.sdo.Type
Overrides:
getAliasNames in class SDOType

getBaseTypes

public List getBaseTypes()
Specified by:
getBaseTypes in interface commonj.sdo.Type
Overrides:
getBaseTypes in class SDOType

getName

public String getName()
Specified by:
getName in interface commonj.sdo.Type
Overrides:
getName in class SDOType

getURI

public String getURI()
Specified by:
getURI in interface commonj.sdo.Type
Overrides:
getURI in class SDOType

isAbstract

public boolean isAbstract()
Specified by:
isAbstract in interface commonj.sdo.Type
Overrides:
isAbstract in class SDOType

isDataType

public boolean isDataType()
Specified by:
isDataType in interface commonj.sdo.Type
Overrides:
isDataType in class SDOType

isOpen

public boolean isOpen()
Specified by:
isOpen in interface commonj.sdo.Type
Overrides:
isOpen in class SDOType

isSequenced

public boolean isSequenced()
Specified by:
isSequenced in interface commonj.sdo.Type
Overrides:
isSequenced in class SDOType

initializeMappings

public void initializeMappings()

isInitialized

public boolean isInitialized()