com.orientechnologies.jdo.system.schema
Class oSysClass

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

public class oSysClass
extends java.lang.Object

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


Constructor Summary
oSysClass()
           
 
Method Summary
 d_Dictionary getBases()
           
 java.util.Enumeration getDeclaredMembers()
           
 java.lang.String getEnchryptionKey()
           
 short getId()
           
 java.util.Enumeration getMembers()
           
 java.lang.String getName()
           
 d_Dictionary getProperties()
           
 oSysProperty getProperty(java.lang.String iPropName)
           
 oSysSegment getSegment()
           
 int getStreamSize()
           
 java.util.Date getVersion()
           
 boolean isAbstractClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

oSysClass

public oSysClass()
Method Detail

getMembers

public java.util.Enumeration getMembers()

getDeclaredMembers

public java.util.Enumeration getDeclaredMembers()

getProperty

public oSysProperty getProperty(java.lang.String iPropName)

getName

public java.lang.String getName()

getId

public short getId()

isAbstractClass

public boolean isAbstractClass()

getStreamSize

public int getStreamSize()

getBases

public d_Dictionary getBases()

getProperties

public d_Dictionary getProperties()

getVersion

public java.util.Date getVersion()

getSegment

public oSysSegment getSegment()

getEnchryptionKey

public java.lang.String getEnchryptionKey()