Class SDOObjectType
- java.lang.Object
-
- org.eclipse.persistence.sdo.SDOType
-
- org.eclipse.persistence.sdo.types.SDOObjectType
-
- All Implemented Interfaces:
commonj.sdo.Type,java.io.Serializable
public class SDOObjectType 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
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.sdo.SDOType
aHelperContext, isDataType, javaImplClass, xmlDescriptor
-
-
Constructor Summary
Constructors Constructor Description SDOObjectType(java.lang.String aUri, java.lang.String aName, SDOTypeHelper sdoTypeHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddOpenMappings()java.lang.ObjectgetPseudoDefault()INTERNAL: Return the wrapped initial value for the primitive numeric (when not defined) See p.45 of Java Spec 4th edition.booleanisDataType()booleanisSequenced()voidsetSequenced(boolean isSequenced)INTERNAL: If set as true, this Type specifies Sequenced DataObjects.-
Methods inherited from class org.eclipse.persistence.sdo.SDOType
addAliasName, addBaseType, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, addDeclaredProperty, get, getAliasNames, getAppInfoElements, getAppInfoMap, getBaseTypes, getChangeSummaryProperty, getDeclaredProperties, getDeclaredPropertiesMap, getHelperContext, getImplClass, getImplClassName, getInstanceClass, getInstanceClassName, getInstanceProperties, getName, getNonFinalizedMappingURIs, getNonFinalizedReferencingProps, getProperties, getPropertiesArray, getProperty, getPropertyValues, getQName, getSubTypes, getURI, getXmlDescriptor, getXsdLocalName, getXsdType, initializeNamespaces, isAbstract, isBaseType, isChangeSummaryType, isDataObjectType, isFinalized, isInstance, isOpen, 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, setSubTypes, setupInheritance, setXmlDescriptor, setXsd, setXsdList, setXsdLocalName, setXsdType
-
-
-
-
Constructor Detail
-
SDOObjectType
public SDOObjectType(java.lang.String aUri, java.lang.String aName, SDOTypeHelper sdoTypeHelper)
-
-
Method Detail
-
isDataType
public boolean isDataType()
- Specified by:
isDataTypein interfacecommonj.sdo.Type- Overrides:
isDataTypein classSDOType
-
isSequenced
public boolean isSequenced()
- Specified by:
isSequencedin interfacecommonj.sdo.Type- Overrides:
isSequencedin classSDOType
-
setSequenced
public void setSequenced(boolean isSequenced)
Description copied from class:SDOTypeINTERNAL: If set as true, this Type specifies Sequenced DataObjects.- Overrides:
setSequencedin classSDOType- Parameters:
isSequenced- boolean value implying if this type is sequenced.
-
getPseudoDefault
public java.lang.Object getPseudoDefault()
Description copied from class:SDOTypeINTERNAL: Return the wrapped initial value for the primitive numeric (when not defined) See p.45 of Java Spec 4th edition. See p.85 Sect 9.3 of the SDO Spec.- Overrides:
getPseudoDefaultin classSDOType- Returns:
- aDefault Object (primitive numerics) or null (DataObjects, String, Lists)
-
addOpenMappings
protected void addOpenMappings()
-
-