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 SDOTypeType

java.lang.Object
  extended by org.eclipse.persistence.sdo.SDOType
      extended by org.eclipse.persistence.sdo.types.SDOTypeType

All Implemented Interfaces:
java.io.Serializable

public class SDOTypeType
extends SDOType
See Also:
Serialized Form

Nested Class Summary
static class SDOTypeType.TypeImpl
           

 

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

 

Field Summary
private  boolean initialized
           

 

Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, javaImplClass, xmlDescriptor

 

Constructor Summary
SDOTypeType(SDOTypeHelper sdoTypeHelper)
           

 

Method Summary
 java.util.List getAliasNames()
           
 java.util.List getBaseTypes()
           
 java.lang.String getName()
           
 java.lang.String getURI()
           
 void initializeMappings()
           
 boolean isAbstract()
           
 boolean isDataType()
           
 boolean isInitialized()
           
 boolean isOpen()
           
 boolean isSequenced()
           
 boolean isTypeType()
           

 

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, isDataObjectType, isFinalized, isInstance, isOpenSequencedType, isSubType, 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

 

Field Detail

initialized

private boolean initialized

Constructor Detail

SDOTypeType

public SDOTypeType(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

isTypeType

public boolean isTypeType()
Overrides:
isTypeType in class SDOType

initializeMappings

public void initializeMappings()

isInitialized

public boolean isInitialized()

Skip navigation links

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