EclipseLink 1.1.0_ 1.1.0.r3257-M7 API Reference

org.eclipse.persistence.sdo.types
Class SDODataObjectType

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDOType
      extended by org.eclipse.persistence.sdo.types.SDODataObjectType
All Implemented Interfaces:
java.io.Serializable

public class SDODataObjectType
extends SDOType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, xmlDescriptor
 
Constructor Summary
SDODataObjectType(SDOTypeHelper sdoTypeHelper)
           
 
Method Summary
 java.util.List getAliasNames()
           
 java.util.List getBaseTypes()
           
 java.lang.String getName()
           
 java.lang.String getURI()
           
 boolean isAbstract()
           
 boolean isDataObjectType()
           
 boolean isDataType()
           
 boolean isOpen()
           
 boolean isSequenced()
           
 
Methods inherited from class org.eclipse.persistence.sdo.SDOType
addAliasName, addBaseType, addDeclaredProperty, addDeclaredProperty, equals, 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, isFinalized, isInstance, isOpenSequencedType, isSubType, isTypeType, 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
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDODataObjectType

public SDODataObjectType(SDOTypeHelper sdoTypeHelper)
Method Detail

getAliasNames

public java.util.List getAliasNames()
Overrides:
getAliasNames in class SDOType

getBaseTypes

public java.util.List getBaseTypes()
Overrides:
getBaseTypes in class SDOType

getName

public java.lang.String getName()
Overrides:
getName in class SDOType

getURI

public java.lang.String getURI()
Overrides:
getURI in class SDOType

isAbstract

public boolean isAbstract()
Overrides:
isAbstract in class SDOType

isDataType

public boolean isDataType()
Overrides:
isDataType in class SDOType

isOpen

public boolean isOpen()
Overrides:
isOpen in class SDOType

isSequenced

public boolean isSequenced()
Overrides:
isSequenced in class SDOType

isDataObjectType

public boolean isDataObjectType()
Overrides:
isDataObjectType in class SDOType

EclipseLink 1.1.0_ 1.1.0.r3257-M7 API Reference