org.schwa.dr.runtime
Class RTFieldSchema

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

public final class RTFieldSchema
extends Object


Constructor Summary
RTFieldSchema(int fieldId, String serial, RTStoreSchema containingStore, boolean isCollection, boolean isSelfPointer, boolean isSlice)
           
RTFieldSchema(int fieldId, String serial, RTStoreSchema containingStore, boolean isCollection, boolean isSelfPointer, boolean isSlice, FieldSchema def)
           
 
Method Summary
 RTStoreSchema getContainingStore()
           
 FieldSchema getDef()
           
 int getFieldId()
           
 String getSerial()
           
 boolean isCollection()
           
 boolean isLazy()
           
 boolean isPointer()
           
 boolean isSelfPointer()
           
 boolean isSlice()
           
 void setContainingStore(RTStoreSchema containingStore)
           
 void setDef(FieldSchema def)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RTFieldSchema

public RTFieldSchema(int fieldId,
                     String serial,
                     RTStoreSchema containingStore,
                     boolean isCollection,
                     boolean isSelfPointer,
                     boolean isSlice)

RTFieldSchema

public RTFieldSchema(int fieldId,
                     String serial,
                     RTStoreSchema containingStore,
                     boolean isCollection,
                     boolean isSelfPointer,
                     boolean isSlice,
                     FieldSchema def)
Method Detail

getContainingStore

public RTStoreSchema getContainingStore()

getDef

public FieldSchema getDef()

getFieldId

public int getFieldId()

getSerial

public String getSerial()

isCollection

public boolean isCollection()

isLazy

public boolean isLazy()

isPointer

public boolean isPointer()

isSelfPointer

public boolean isSelfPointer()

isSlice

public boolean isSlice()

setContainingStore

public void setContainingStore(RTStoreSchema containingStore)

setDef

public void setDef(FieldSchema def)


Copyright © 2014. All rights reserved.