com.orientechnologies.jdo.system.schema
Class oSysProperty

java.lang.Object
  extended bycom.orientechnologies.jdo.system.schema.oSysProperty

public class oSysProperty
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2000 Company:


Field Summary
static int LOAD_ALWAYS
           
static int LOAD_ONREQUEST
           
 
Constructor Summary
oSysProperty()
           
 
Method Summary
 java.lang.String getEmbedded()
           
 short getId()
           
 int getItems()
           
 char getLoadPolicy()
           
 java.lang.String getName()
           
 int getPOffset()
           
 int getPSize()
           
 short getType()
           
 java.lang.String getValueType()
           
 boolean isPersistent()
           
 boolean isRelationship()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOAD_ALWAYS

public static final int LOAD_ALWAYS
See Also:
Constant Field Values

LOAD_ONREQUEST

public static final int LOAD_ONREQUEST
See Also:
Constant Field Values
Constructor Detail

oSysProperty

public oSysProperty()
Method Detail

getValueType

public java.lang.String getValueType()

getType

public short getType()

isRelationship

public boolean isRelationship()

getPSize

public int getPSize()

getPOffset

public int getPOffset()

getEmbedded

public java.lang.String getEmbedded()

getId

public short getId()

getItems

public int getItems()

getLoadPolicy

public char getLoadPolicy()

getName

public java.lang.String getName()

isPersistent

public boolean isPersistent()