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> GOMEntry.getAuthors()
           
 List<GOMAuthor> GOMSource.getAuthors()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMAuthor
 void GOMEntry.addAuthor(GOMAuthor aAuthor)
           
 void GOMSource.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> GOMEntryImpl.getAuthors()
           
 List<GOMAuthor> GOMSourceImpl.getAuthors()
           
 

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



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