Uses of Class
klaus.dialogs.JokeCategory

Packages that use JokeCategory
klaus.dialogs   
 

Uses of JokeCategory in klaus.dialogs
 

Fields in klaus.dialogs with type parameters of type JokeCategory
(package private)  HashMap<JokeCategory,String[]> Jokes.list
           
 

Methods in klaus.dialogs that return JokeCategory
static JokeCategory JokeCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JokeCategory[] JokeCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in klaus.dialogs with parameters of type JokeCategory
 String Jokes.getRandomJoke(JokeCategory cat)