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

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

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

Subinterfaces of GOMSource in org.apache.lucene.gdata.gom
 interface GOMFeed
          Class representing the "atom:feed" element.
 

Methods in org.apache.lucene.gdata.gom that return GOMSource
 GOMSource GOMEntry.getSource()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMSource
 void GOMEntry.setSource(GOMSource aSource)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMSource
 class GOMSourceImpl
           
 

Methods in org.apache.lucene.gdata.gom.core that return GOMSource
 GOMSource GOMEntryImpl.getSource()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMSource
 void GOMEntryImpl.setSource(GOMSource aSource)
           
 



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