|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.sdo.SDOType
org.eclipse.persistence.sdo.types.SDOObjectType
public class SDOObjectType
| 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 | |
|---|---|
SDOObjectType(java.lang.String aUri,
java.lang.String aName,
SDOTypeHelper sdoTypeHelper)
|
|
| Method Summary | |
|---|---|
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()
Indicates if this Type specifies DataTypes (true) or DataObjects (false). |
boolean |
isSequenced()
Indicates if this Type specifies Sequenced DataObjects. |
void |
setSequenced(boolean isSequenced)
INTERNAL: If set as true, this Type specifies Sequenced DataObjects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface commonj.sdo.Type |
|---|
get, getAliasNames, getBaseTypes, getDeclaredProperties, getInstanceClass, getInstanceProperties, getName, getProperties, getProperty, getURI, isAbstract, isInstance, isOpen |
| Constructor Detail |
|---|
public SDOObjectType(java.lang.String aUri,
java.lang.String aName,
SDOTypeHelper sdoTypeHelper)
| Method Detail |
|---|
public boolean isDataType()
TypeisInstance(object) && !isDataType() implies DataObject.class.isInstance(object) returns true.
isDataType in interface TypeisDataType in class SDOTypepublic boolean isSequenced()
Type
Sequence elements = dataObject.getSequence();
isSequenced in interface TypeisSequenced in class SDOTypepublic void setSequenced(boolean isSequenced)
SDOType
setSequenced in class SDOTypeisSequenced - boolean value implying if this type is sequenced.public java.lang.Object getPseudoDefault()
SDOType
getPseudoDefault in class SDOTypeprotected void addOpenMappings()
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||