org.schwa.dr.runtime
Class RTAnnSchema

java.lang.Object
  extended by org.schwa.dr.runtime.RTAnnSchema

public final class RTAnnSchema
extends Object


Constructor Summary
RTAnnSchema(int klassId, String serial)
           
RTAnnSchema(int klassId, String serial, AnnSchema def)
           
 
Method Summary
 void addField(RTFieldSchema field)
           
 void addStore(RTStoreSchema store)
           
 AnnSchema getDef()
           
 RTFieldSchema getField(int index)
           
 List<RTFieldSchema> getFields()
           
 int getKlassId()
           
 byte[] getLazyData()
           
 String getSerial()
           
 RTStoreSchema getStore(int index)
           
 List<RTStoreSchema> getStores()
           
 boolean hasFields()
           
 boolean isLazy()
           
 void setDef(AnnSchema def)
           
 void setLazy(byte[] lazy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTAnnSchema

public RTAnnSchema(int klassId,
                   String serial)

RTAnnSchema

public RTAnnSchema(int klassId,
                   String serial,
                   AnnSchema def)
Method Detail

addField

public void addField(RTFieldSchema field)

addStore

public void addStore(RTStoreSchema store)

getDef

public AnnSchema getDef()

getField

public RTFieldSchema getField(int index)

getFields

public List<RTFieldSchema> getFields()

getKlassId

public int getKlassId()

getLazyData

public byte[] getLazyData()

getSerial

public String getSerial()

getStore

public RTStoreSchema getStore(int index)

getStores

public List<RTStoreSchema> getStores()

hasFields

public boolean hasFields()

isLazy

public boolean isLazy()

setDef

public void setDef(AnnSchema def)

setLazy

public void setLazy(byte[] lazy)


Copyright © 2014. All rights reserved.