Uses of Class
org.apache.abdera.ext.media.MediaConstants.Type

Packages that use MediaConstants.Type
org.apache.abdera.ext.media   
 

Uses of MediaConstants.Type in org.apache.abdera.ext.media
 

Methods in org.apache.abdera.ext.media that return MediaConstants.Type
 MediaConstants.Type MediaTitle.getType()
           
 MediaConstants.Type MediaText.getType()
           
 MediaConstants.Type MediaDescription.getType()
           
static MediaConstants.Type MediaConstants.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaConstants.Type[] MediaConstants.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.abdera.ext.media with parameters of type MediaConstants.Type
 void MediaTitle.setType(MediaConstants.Type type)
           
 void MediaText.setType(MediaConstants.Type type)
           
 void MediaDescription.setType(MediaConstants.Type type)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.