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

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

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

Methods in org.apache.lucene.gdata.gom that return GOMContent
 GOMContent GOMEntry.getContent()
           
 

Methods in org.apache.lucene.gdata.gom with parameters of type GOMContent
 void GOMEntry.setContent(GOMContent content)
           
 

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

Classes in org.apache.lucene.gdata.gom.core that implement GOMContent
 class GOMContentImpl
           
 

Methods in org.apache.lucene.gdata.gom.core that return GOMContent
 GOMContent GOMEntryImpl.getContent()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMContent
 void GOMEntryImpl.setContent(GOMContent aContent)
           
 



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