org.schwa.dr.runtime
Class RTAnnSchema
java.lang.Object
org.schwa.dr.runtime.RTAnnSchema
public final class RTAnnSchema
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTAnnSchema
public RTAnnSchema(int klassId,
String serial)
RTAnnSchema
public RTAnnSchema(int klassId,
String serial,
AnnSchema def)
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.