Uses of Class
de.jungblut.classification.meta.Voter.SelectionType
-
Packages that use Voter.SelectionType Package Description de.jungblut.classification.meta -
-
Uses of Voter.SelectionType in de.jungblut.classification.meta
Methods in de.jungblut.classification.meta that return Voter.SelectionType Modifier and Type Method Description static Voter.SelectionTypeVoter.SelectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Voter.SelectionType[]Voter.SelectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.jungblut.classification.meta with parameters of type Voter.SelectionType Modifier and Type Method Description Voter<A>Voter. selectionType(Voter.SelectionType type)
-