public class SDOObjectType extends SDOType
SDOType.TypeInstantiationPolicyaHelperContext, isDataType, javaImplClass, xmlDescriptor| Constructor and Description |
|---|
SDOObjectType(java.lang.String aUri,
java.lang.String aName,
SDOTypeHelper sdoTypeHelper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOpenMappings() |
java.lang.Object |
getPseudoDefault()
INTERNAL:
Return the wrapped initial value for the primitive numeric (when not defined)
See p.45 of Java Spec 4th edition.
|
boolean |
isDataType() |
boolean |
isSequenced() |
void |
setSequenced(boolean isSequenced)
INTERNAL:
If set as true, this Type specifies Sequenced DataObjects.
|
addAliasName, addBaseType, 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, setXsdTypepublic SDOObjectType(java.lang.String aUri,
java.lang.String aName,
SDOTypeHelper sdoTypeHelper)
public boolean isDataType()
isDataType in class SDOTypepublic boolean isSequenced()
isSequenced in class SDOTypepublic void setSequenced(boolean isSequenced)
SDOTypesetSequenced in class SDOTypeisSequenced - boolean value implying if this type is sequenced.public java.lang.Object getPseudoDefault()
SDOTypegetPseudoDefault in class SDOTypeprotected void addOpenMappings()