Uses of Class
org.schwa.dr.runtime.RTStoreSchema

Packages that use RTStoreSchema
org.schwa.dr.runtime   
 

Uses of RTStoreSchema in org.schwa.dr.runtime
 

Methods in org.schwa.dr.runtime that return RTStoreSchema
 RTStoreSchema RTFieldSchema.getContainingStore()
           
 RTStoreSchema RTAnnSchema.getStore(int index)
           
 

Methods in org.schwa.dr.runtime that return types with arguments of type RTStoreSchema
 List<RTStoreSchema> RTAnnSchema.getStores()
           
 

Methods in org.schwa.dr.runtime with parameters of type RTStoreSchema
 void RTAnnSchema.addStore(RTStoreSchema store)
           
 void RTFieldSchema.setContainingStore(RTStoreSchema containingStore)
           
 

Constructors in org.schwa.dr.runtime with parameters of type RTStoreSchema
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)
           
 



Copyright © 2014. All rights reserved.