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

Packages that use RTAnnSchema
org.schwa.dr.runtime   
 

Uses of RTAnnSchema in org.schwa.dr.runtime
 

Methods in org.schwa.dr.runtime that return RTAnnSchema
 RTAnnSchema RTManager.getDocSchema()
           
 RTAnnSchema RTManager.getSchema(int index)
           
 RTAnnSchema RTStoreSchema.getStoredKlass()
           
 

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

Methods in org.schwa.dr.runtime with parameters of type RTAnnSchema
 void RTManager.addAnn(RTAnnSchema annSchema)
           
 void RTManager.setDocSchema(RTAnnSchema docSchema)
           
 void RTStoreSchema.setStoredKlass(RTAnnSchema storedKlass)
           
 

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



Copyright © 2014. All rights reserved.