public class Collation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Collation.Alternate |
static class |
Collation.CaseFirst |
static class |
Collation.MaxVariable |
static class |
Collation.Strength |
| Constructor and Description |
|---|
Collation() |
Collation(java.lang.String locale,
boolean caseLevel,
Collation.CaseFirst caseFirst,
Collation.Strength strength,
boolean numericOrdering,
Collation.Alternate alternate,
Collation.MaxVariable maxVariable,
boolean normalization,
boolean backwards) |
| Modifier and Type | Method and Description |
|---|---|
Collation.Alternate |
alternate() |
Collation |
alternate(Collation.Alternate value) |
java.lang.Boolean |
backwards() |
Collation |
backwards(boolean value) |
Collation |
caseFirst(Collation.CaseFirst value) |
Collation |
caseLevel(boolean value) |
Collation.CaseFirst |
getCaseFirst() |
java.lang.Boolean |
getCaseLevel() |
java.lang.String |
getLocale() |
Collation |
locale(java.lang.String value) |
Collation.MaxVariable |
maxVariable() |
Collation |
maxVariable(Collation.MaxVariable value) |
java.lang.Boolean |
normalization() |
Collation |
normalization(boolean value) |
java.lang.Boolean |
numericOrdering() |
Collation |
numericOrdering(boolean value) |
Collation.Strength |
Strength() |
Collation |
strength(Collation.Strength value) |
public Collation(java.lang.String locale,
boolean caseLevel,
Collation.CaseFirst caseFirst,
Collation.Strength strength,
boolean numericOrdering,
Collation.Alternate alternate,
Collation.MaxVariable maxVariable,
boolean normalization,
boolean backwards)
public Collation()
public Collation locale(java.lang.String value)
public java.lang.String getLocale()
public Collation caseLevel(boolean value)
public java.lang.Boolean getCaseLevel()
public Collation caseFirst(Collation.CaseFirst value)
public Collation.CaseFirst getCaseFirst()
public Collation strength(Collation.Strength value)
public Collation.Strength Strength()
public Collation numericOrdering(boolean value)
public java.lang.Boolean numericOrdering()
public Collation alternate(Collation.Alternate value)
public Collation.Alternate alternate()
public Collation maxVariable(Collation.MaxVariable value)
public Collation.MaxVariable maxVariable()
public Collation normalization(boolean value)
public java.lang.Boolean normalization()
public Collation backwards(boolean value)
public java.lang.Boolean backwards()