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

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

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

Methods in org.apache.lucene.gdata.gom that return types with arguments of type GOMAuthor
 List<GOMAuthor> GOMSource.getAuthors()
           
 List<GOMAuthor> GOMEntry.getAuthors()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMAuthor
 void GOMSource.addAuthor(GOMAuthor aAuthor)
           
 void GOMEntry.addAuthor(GOMAuthor aAuthor)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMAuthor
 class GOMAuthorImpl
           
 

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

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

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMAuthor
 void GOMSourceImpl.addAuthor(GOMAuthor aAuthor)
           
 void GOMEntryImpl.addAuthor(GOMAuthor aAuthor)
           
 



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