Uses of Class
com.appslandia.common.base.WordsGenerator.Alphabet
-
Packages that use WordsGenerator.Alphabet Package Description com.appslandia.common.base -
-
Uses of WordsGenerator.Alphabet in com.appslandia.common.base
Methods in com.appslandia.common.base that return WordsGenerator.Alphabet Modifier and Type Method Description static WordsGenerator.AlphabetWordsGenerator.Alphabet. valueOf(String name)Returns the enum constant of this type with the specified name.static WordsGenerator.Alphabet[]WordsGenerator.Alphabet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.appslandia.common.base with parameters of type WordsGenerator.Alphabet Modifier and Type Method Description WordsGeneratorWordsGenerator. setAlphabet(WordsGenerator.Alphabet alphabet)
-