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

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

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

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

Methods in org.apache.lucene.gdata.gom with parameters of type GOMContributor
 void GOMSource.addContributor(GOMContributor aContributor)
           
 void GOMEntry.addContributor(GOMContributor aContributor)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMContributor
 class GOMContributorImpl
           
 

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

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

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMContributor
 void GOMSourceImpl.addContributor(GOMContributor aContributor)
           
 void GOMEntryImpl.addContributor(GOMContributor aContributor)
           
 



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