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