Uses of Class
com.gcapmedia.dab.epg.Genre.Type

Packages that use Genre.Type
com.gcapmedia.dab.epg   
 

Uses of Genre.Type in com.gcapmedia.dab.epg
 

Methods in com.gcapmedia.dab.epg that return Genre.Type
 Genre.Type Genre.getType()
           
static Genre.Type Genre.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Genre.Type[] Genre.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.gcapmedia.dab.epg with parameters of type Genre.Type
 void Genre.setType(Genre.Type type)
          Set the genre type
 

Constructors in com.gcapmedia.dab.epg with parameters of type Genre.Type
Genre(Genre.Scheme scheme, java.lang.String definition, Genre.Type type, int level1, int level2, int level3)
          Create a new genre
 



Copyright © 2007. All Rights Reserved.