EclipseLink1.0 - 20080707 API Reference

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, java.io.Serializable

public class SDOChangeSummaryType
extends SDOType
implements commonj.sdo.Type

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, xmlDescriptor
 
Constructor Summary
SDOChangeSummaryType(SDOTypeHelper sdoTypeHelper)
           
 
Method Summary
 java.lang.Object get(commonj.sdo.Property property)
           
 java.util.List getAliasNames()
           
 java.util.List getBaseTypes()
           
 java.util.List getDeclaredProperties()
           
 java.lang.Class getInstanceClass()
           
 java.util.List getInstanceProperties()
           
 java.lang.String getName()
           
 java.util.List getProperties()
           
 SDOProperty getProperty(java.lang.String propertyName)
           
 java.lang.String getURI()
           
 boolean isAbstract()
           
 boolean isChangeSummaryType()
           
 boolean isDataType()
           
 boolean isInstance(java.lang.Object object)
           
 boolean isOpen()
           
 boolean isSequenced()
           
 
Methods inherited from class org.eclipse.persistence.sdo.SDOType
addAliasName, addBaseType, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, equals, getAppInfoElements, getAppInfoMap, getChangeSummaryProperty, getDeclaredPropertiesMap, getHelperContext, getImplClass, getImplClassName, getInstanceClassName, getNonFinalizedMappingURIs, getNonFinalizedReferencingProps, getPropertiesArray, getPropertyValues, getPseudoDefault, getQName, getSubTypes, getXmlDescriptor, getXsdLocalName, getXsdType, initializeNamespaces, isDataObjectType, isFinalized, isOpenSequencedType, isTypeType, isXsd, isXsdList, postInitialize, preInitialize, removeDeclaredProperties, setAbstract, setAliasNames, setAppInfoElements, setBaseTypes, setDataType, setFinalized, setImplClassName, setInstanceClass, setInstanceClassName, setInstanceProperty, setNonFinalizedMappingURIs, setNonFinalizedReferencingProps, setOpen, setPropertyValues, setPseudoDefault, setSequenced, setSubTypes, setupInheritance, setXmlDescriptor, setXsd, setXsdList, setXsdLocalName, setXsdType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOChangeSummaryType

public SDOChangeSummaryType(SDOTypeHelper sdoTypeHelper)
Method Detail

get

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

getAliasNames

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

getBaseTypes

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

getDeclaredProperties

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

getInstanceClass

public java.lang.Class getInstanceClass()
Specified by:
getInstanceClass in interface commonj.sdo.Type
Overrides:
getInstanceClass in class SDOType

getInstanceProperties

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

getName

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

getProperties

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

getProperty

public SDOProperty getProperty(java.lang.String propertyName)
Specified by:
getProperty in interface commonj.sdo.Type
Overrides:
getProperty in class SDOType

getURI

public java.lang.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(java.lang.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

EclipseLink1.0 - 20080707 API Reference