Uses of Class
org.schwa.dr.StoreSchema

Packages that use StoreSchema
org.schwa.dr   
org.schwa.dr.runtime   
 

Uses of StoreSchema in org.schwa.dr
 

Fields in org.schwa.dr with type parameters of type StoreSchema
protected  List<StoreSchema> DocSchema.storeSchemas
           
 

Methods in org.schwa.dr that return StoreSchema
static StoreSchema StoreSchema.create(Field field, Class<? extends Ann> storedKlass, dr.Store drStore)
           
 StoreSchema DocSchema.getStore(String name)
          Returns the schema for the stores on this annotation class whose name matches the provided name.
 

Methods in org.schwa.dr that return types with arguments of type StoreSchema
 List<StoreSchema> DocSchema.getStores()
          Returns a list of schema objects for all of the stores on this annotation class.
 

Methods in org.schwa.dr with parameters of type StoreSchema
 void DocSchema.addStore(StoreSchema storeSchema)
          Adds a new StoreSchema to the list of fields on this document class.
 

Uses of StoreSchema in org.schwa.dr.runtime
 

Methods in org.schwa.dr.runtime that return StoreSchema
 StoreSchema RTStoreSchema.getDef()
           
 

Methods in org.schwa.dr.runtime with parameters of type StoreSchema
 void RTStoreSchema.setDef(StoreSchema def)
           
 

Constructors in org.schwa.dr.runtime with parameters of type StoreSchema
RTStoreSchema(int storeId, String serial, RTAnnSchema storedKlass, StoreSchema def)
           
 



Copyright © 2014. All rights reserved.