Uses of Class
ch.claudio.trainer.data.MediaType

Packages that use MediaType
ch.claudio.trainer.data   
 

Uses of MediaType in ch.claudio.trainer.data
 

Methods in ch.claudio.trainer.data that return MediaType
 MediaType Media.getType()
           
static MediaType MediaType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MediaType[] MediaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ch.claudio.trainer.data with parameters of type MediaType
Media(MediaType typeArg, byte[] dataArg, Sentence sentenceArg, User originatorArg)