org.eyedb
Class CollectionClass

java.lang.Object
  extended by org.eyedb.Object
      extended by org.eyedb.Class
          extended by org.eyedb.CollectionClass
Direct Known Subclasses:
CollArrayClass, CollBagClass, CollListClass, CollSetClass

public class CollectionClass
extends Class


Field Summary
static Class idbclass
           
 
Fields inherited from class org.eyedb.Class
_System, _User
 
Fields inherited from class org.eyedb.Object
CMTimeTrace, CompOidTrace, ContentsTrace, CTimeTrace, MTimeTrace, NativeTrace, PointerTrace
 
Constructor Summary
CollectionClass(Database db, java.lang.String name, Oid coll_mcloid, boolean isref)
           
CollectionClass(Database db, java.lang.String name, Oid coll_mcloid, int dim)
           
CollectionClass(java.lang.String typename, Class coll_cls, boolean isref)
           
 
Method Summary
 boolean compare_perform(Class cls1)
           
 Class getCollClass()
           
 Oid getCollClassOid()
           
 short getDimension()
           
 int getItemSize()
           
 java.lang.String getTypename()
           
 boolean isRef()
           
 
Methods inherited from class org.eyedb.Class
compare, getAttribute, getAttributes, getInstanceDspid, getName, getObjectIniSize, getObjectPSize, getObjectSize, getObjectVSize, getParent, isSubClass, isSystem, newObj, newObj, newObjRealize, setAttributes, setInstanceDspid, setName, traceRealize
 
Methods inherited from class org.eyedb.Object
getClass, getCTime, getDatabase, getDataspace, getDataspace, getIDR, getIDRSize, getLocation, getMasterObject, getMTime, getOid, getRefCount, getUserData, isGRTObject, loadPerform, move, realize, realize, remove, setClass, setDatabase, setDataspace, setIDR, setMasterObject, setOid, setUserData, store, store, trace, trace, trace, trace, tracePdata, userInitialize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idbclass

public static Class idbclass
Constructor Detail

CollectionClass

public CollectionClass(Database db,
                       java.lang.String name,
                       Oid coll_mcloid,
                       boolean isref)

CollectionClass

public CollectionClass(Database db,
                       java.lang.String name,
                       Oid coll_mcloid,
                       int dim)

CollectionClass

public CollectionClass(java.lang.String typename,
                       Class coll_cls,
                       boolean isref)
Method Detail

compare_perform

public boolean compare_perform(Class cls1)
Overrides:
compare_perform in class Class

getCollClass

public Class getCollClass()

getCollClassOid

public Oid getCollClassOid()

isRef

public boolean isRef()

getDimension

public short getDimension()

getItemSize

public int getItemSize()

getTypename

public java.lang.String getTypename()