|
|||||||||
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 |
Constructor Summary | |
---|---|
SDOObjectType(String aUri,
String aName,
SDOTypeHelper sdoTypeHelper)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, 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(String aUri, String aName, SDOTypeHelper sdoTypeHelper)
Method Detail |
---|
public boolean isDataType()
isDataType
in interface commonj.sdo.Type
isDataType
in class SDOType
public boolean isSequenced()
isSequenced
in interface commonj.sdo.Type
isSequenced
in class SDOType
public void setSequenced(boolean isSequenced)
SDOType
setSequenced
in class SDOType
isSequenced
- boolean value implying if this type is sequenced.public Object getPseudoDefault()
SDOType
getPseudoDefault
in class SDOType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |