Uses of Class
org.apache.lucene.gdata.gom.AtomMediaType

Packages that use AtomMediaType
org.apache.lucene.gdata.gom   
org.apache.lucene.gdata.gom.core   
org.apache.lucene.gdata.gom.core.utils   
 

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

Methods in org.apache.lucene.gdata.gom that return AtomMediaType
 AtomMediaType GOMContent.getAtomMediaType()
           
static AtomMediaType AtomMediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtomMediaType[] AtomMediaType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.lucene.gdata.gom with parameters of type AtomMediaType
 void GOMContent.setAtomMediaType(AtomMediaType aMediaType)
          The contents abstract media type
 

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

Methods in org.apache.lucene.gdata.gom.core that return AtomMediaType
 AtomMediaType GOMContentImpl.getAtomMediaType()
           
 

Methods in org.apache.lucene.gdata.gom.core with parameters of type AtomMediaType
 void GOMContentImpl.setAtomMediaType(AtomMediaType aMediaType)
           
 

Uses of AtomMediaType in org.apache.lucene.gdata.gom.core.utils
 

Methods in org.apache.lucene.gdata.gom.core.utils that return AtomMediaType
static AtomMediaType AtomParserUtils.getAtomMediaType(String aMediaType)
           
 



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