public static enum SortableModel.Decomposition extends Enum<SortableModel.Decomposition>
Collator decomposition values.| Enum Constant and Description | 
|---|
| CANONICAL_DECOMPOSITION | 
| FULL_DECOMPOSITION | 
| NO_DECOMPOSITION | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIntValue() | 
| static SortableModel.Decomposition | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SortableModel.Decomposition[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SortableModel.Decomposition NO_DECOMPOSITION
Collator.PRIMARYpublic static final SortableModel.Decomposition CANONICAL_DECOMPOSITION
Collator.SECONDARYpublic static final SortableModel.Decomposition FULL_DECOMPOSITION
Collator.TERTIARYpublic static SortableModel.Decomposition[] values()
for (SortableModel.Decomposition c : SortableModel.Decomposition.values()) System.out.println(c);
public static SortableModel.Decomposition valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getIntValue()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.