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