Package de.caluga.morphium
Class Collation
- java.lang.Object
-
- de.caluga.morphium.Collation
-
public class Collation extends Object
locale:, caseLevel: , caseFirst: , strength: , numericOrdering: , alternate: , maxVariable: , backwards:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollation.Alternatestatic classCollation.CaseFirststatic classCollation.MaxVariablestatic classCollation.Strength
-
Constructor Summary
Constructors Constructor Description Collation()Collation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collationalternate(Collation.Alternate alternate)Collationbackwards(Boolean backwards)CollationcaseFirst(Collation.CaseFirst caseFirst)CollationcaseLevel(Boolean caseLevel)Collation.AlternategetAlternate()BooleangetBackwards()Collation.CaseFirstgetCaseFirst()BooleangetCaseLevel()StringgetLocale()Collation.MaxVariablegetMaxVariable()BooleangetNormalization()BooleangetNumericOrdering()Collation.StrengthgetStrength()Collationlocale(String locale)CollationmaxVariable(Collation.MaxVariable maxVariable)Collationnormalization(Boolean normalization)CollationnumericOrdering(Boolean numericOrdering)Collationstrength(Collation.Strength strength)Map<String,Object>toQueryObject()
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
getNormalization
public Boolean getNormalization()
-
getLocale
public String getLocale()
-
getCaseLevel
public Boolean getCaseLevel()
-
getCaseFirst
public Collation.CaseFirst getCaseFirst()
-
caseFirst
public Collation caseFirst(Collation.CaseFirst caseFirst)
-
getStrength
public Collation.Strength getStrength()
-
strength
public Collation strength(Collation.Strength strength)
-
getNumericOrdering
public Boolean getNumericOrdering()
-
getAlternate
public Collation.Alternate getAlternate()
-
alternate
public Collation alternate(Collation.Alternate alternate)
-
getMaxVariable
public Collation.MaxVariable getMaxVariable()
-
maxVariable
public Collation maxVariable(Collation.MaxVariable maxVariable)
-
getBackwards
public Boolean getBackwards()
-
-