Uses of Interface
org.apache.lucene.gdata.gom.GOMCategory

Packages that use GOMCategory
org.apache.lucene.gdata.gom   
org.apache.lucene.gdata.gom.core   
 

Uses of GOMCategory in org.apache.lucene.gdata.gom
 

Methods in org.apache.lucene.gdata.gom that return types with arguments of type GOMCategory
 List<GOMCategory> GOMSource.getCategories()
           
 List<GOMCategory> GOMEntry.getCategories()
          This method returns all categories and will never returnnull
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMCategory
 void GOMSource.addCategory(GOMCategory aCategory)
           
 void GOMEntry.addCategory(GOMCategory aCategory)
           
 

Uses of GOMCategory in org.apache.lucene.gdata.gom.core
 

Classes in org.apache.lucene.gdata.gom.core that implement GOMCategory
 class GOMCategoryImpl
           
 

Fields in org.apache.lucene.gdata.gom.core with type parameters of type GOMCategory
protected  List<GOMCategory> GOMSourceImpl.categories
           
 

Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMCategory
 List<GOMCategory> GOMSourceImpl.getCategories()
           
 List<GOMCategory> GOMEntryImpl.getCategories()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMCategory
 void GOMSourceImpl.addCategory(GOMCategory aCategory)
           
 void GOMEntryImpl.addCategory(GOMCategory aCategory)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.