Uses of Class
de.caluga.morphium.Collation.Alternate
-
Packages that use Collation.Alternate Package Description de.caluga.morphium de.caluga.morphium.annotations -
-
Uses of Collation.Alternate in de.caluga.morphium
Methods in de.caluga.morphium that return Collation.Alternate Modifier and Type Method Description Collation.AlternateCollation. getAlternate()static Collation.AlternateCollation.Alternate. valueOf(String name)Returns the enum constant of this type with the specified name.static Collation.Alternate[]Collation.Alternate. 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.Alternate Modifier and Type Method Description CollationCollation. alternate(Collation.Alternate alternate)Constructors in de.caluga.morphium with parameters of type Collation.Alternate 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.Alternate in de.caluga.morphium.annotations
Methods in de.caluga.morphium.annotations that return Collation.Alternate Modifier and Type Method Description Collation.Alternatealternate()Collation.Alternatealternate()
-