Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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

Nested Class Summary

 

Nested classes/interfaces inherited from class org.eclipse.persistence.sdo.SDOType
SDOType.TypeInstantiationPolicy

 

Field Summary

 

Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, javaImplClass, 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, 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, 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
clone, equals, 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

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.