Uses of Enum Class
de.caluga.morphium.Collation.CaseFirst
Packages that use Collation.CaseFirst
-
Uses of Collation.CaseFirst in de.caluga.morphium
Methods in de.caluga.morphium that return Collation.CaseFirstModifier and TypeMethodDescriptionCollation.getCaseFirst()static Collation.CaseFirstReturns the enum constant of this class with the specified name.static Collation.CaseFirst[]Collation.CaseFirst.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium with parameters of type Collation.CaseFirstConstructors in de.caluga.morphium with parameters of type Collation.CaseFirstModifierConstructorDescriptionCollation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)