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> GOMEntry.getCategories()
          This method returns all categories and will never returnnull
 List<GOMCategory> GOMSource.getCategories()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMCategory
 void GOMEntry.addCategory(GOMCategory aCategory)
           
 void GOMSource.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> GOMEntryImpl.getCategories()
           
 List<GOMCategory> GOMSourceImpl.getCategories()
           
 

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



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