Klasse Collation
java.lang.Object
de.caluga.morphium.Collation
locale: ,
caseLevel: ,
caseFirst: ,
strength: ,
numericOrdering: ,
alternate: ,
maxVariable: ,
backwards:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypKlasseBeschreibungstatic enumstatic enumstatic enumstatic enum -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCollation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization) -
Methodenübersicht
Modifikator und TypMethodeBeschreibungalternate(Collation.Alternate alternate) caseFirst(Collation.CaseFirst caseFirst) maxVariable(Collation.MaxVariable maxVariable) normalization(Boolean normalization) numericOrdering(Boolean numericOrdering) strength(Collation.Strength strength)
-
Konstruktordetails
-
Collation
public Collation() -
Collation
public Collation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)
-
-
Methodendetails
-
getNormalization
-
normalization
-
getLocale
-
locale
-
getCaseLevel
-
caseLevel
-
getCaseFirst
-
caseFirst
-
getStrength
-
strength
-
getNumericOrdering
-
numericOrdering
-
getAlternate
-
alternate
-
getMaxVariable
-
maxVariable
-
getBackwards
-
backwards
-
toQueryObject
-