org.eclipse.persistence.sdo.types
Class SDOChangeSummaryType

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDOType
      extended by org.eclipse.persistence.sdo.types.SDOChangeSummaryType
All Implemented Interfaces:
commonj.sdo.Type, Serializable

public class SDOChangeSummaryType
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
SDOChangeSummaryType(SDOTypeHelper sdoTypeHelper)
           
 
Method Summary
 Object get(commonj.sdo.Property property)
           
 List getAliasNames()
           
 List getBaseTypes()
           
 List getDeclaredProperties()
           
 List getInstanceProperties()
           
 String getName()
           
 List getProperties()
           
 SDOProperty getProperty(String propertyName)
           
 String getURI()
           
 boolean isAbstract()
           
 boolean isChangeSummaryType()
           
 boolean isDataType()
           
 boolean isInstance(Object object)
           
 boolean isOpen()
           
 boolean isSequenced()
           
 
Methods inherited from class org.eclipse.persistence.sdo.SDOType
addAliasName, addBaseType, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, getAppInfoElements, getAppInfoMap, getChangeSummaryProperty, getDeclaredPropertiesMap, getHelperContext, getImplClass, getImplClassName, getInstanceClass, getInstanceClassName, getNonFinalizedMappingURIs, getNonFinalizedReferencingProps, getPropertiesArray, getPropertyValues, getPseudoDefault, getQName, getSubTypes, getXmlDescriptor, getXsdLocalName, getXsdType, initializeNamespaces, isDataObjectType, isFinalized, 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
getInstanceClass
 

Constructor Detail

SDOChangeSummaryType

public SDOChangeSummaryType(SDOTypeHelper sdoTypeHelper)
Method Detail

get

public Object get(commonj.sdo.Property property)
Specified by:
get in interface commonj.sdo.Type
Overrides:
get in class SDOType

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

getDeclaredProperties

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

getInstanceProperties

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

getName

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

getProperties

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

getProperty

public SDOProperty getProperty(String propertyName)
Specified by:
getProperty in interface commonj.sdo.Type
Overrides:
getProperty 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

isInstance

public boolean isInstance(Object object)
Specified by:
isInstance in interface commonj.sdo.Type
Overrides:
isInstance 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

isChangeSummaryType

public boolean isChangeSummaryType()
Overrides:
isChangeSummaryType in class SDOType