org.schwa.dr.runtime
Class RTFieldSchema
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.