Uses of Class
de.caluga.morphium.Collation.MaxVariable
-
Packages that use Collation.MaxVariable Package Description de.caluga.morphium de.caluga.morphium.annotations -
-
Uses of Collation.MaxVariable in de.caluga.morphium
Methods in de.caluga.morphium that return Collation.MaxVariable Modifier and Type Method Description Collation.MaxVariableCollation. getMaxVariable()static Collation.MaxVariableCollation.MaxVariable. valueOf(String name)Returns the enum constant of this type with the specified name.static Collation.MaxVariable[]Collation.MaxVariable. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium with parameters of type Collation.MaxVariable Modifier and Type Method Description CollationCollation. maxVariable(Collation.MaxVariable maxVariable)Constructors in de.caluga.morphium with parameters of type Collation.MaxVariable Constructor Description Collation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization) -
Uses of Collation.MaxVariable in de.caluga.morphium.annotations
Methods in de.caluga.morphium.annotations that return Collation.MaxVariable Modifier and Type Method Description Collation.MaxVariablemaxVariable()Collation.MaxVariablemaxVariable()
-