Package de.caluga.morphium.annotations
Annotation Type Collation
-
@Target(TYPE) @Retention(RUNTIME) public @interface Collation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Collation.AlternatealternatebooleanbackwardsCollation.CaseFirstcaseFirstbooleancaseLevelStringlocaleCollation.MaxVariablemaxVariablebooleannumericOrderingCollation.Strengthstrength
-
-
-
Element Detail
-
locale
String locale
- Default:
- ""
-
-
-
caseFirst
Collation.CaseFirst caseFirst
- Default:
- de.caluga.morphium.Collation.CaseFirst.OFF
-
-
-
strength
Collation.Strength strength
- Default:
- de.caluga.morphium.Collation.Strength.TERTIARY
-
-
-
alternate
Collation.Alternate alternate
- Default:
- de.caluga.morphium.Collation.Alternate.NON_IGNORABLE
-
-
-
maxVariable
Collation.MaxVariable maxVariable
- Default:
- de.caluga.morphium.Collation.MaxVariable.SPACE
-
-