public static enum Collation.MaxVariable extends java.lang.Enum<Collation.MaxVariable>
| Modifier and Type | Method and Description |
|---|---|
static Collation.MaxVariable |
fromString(java.lang.String name) |
java.lang.String |
toString() |
static Collation.MaxVariable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Collation.MaxVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Collation.MaxVariable PUNCT
public static final Collation.MaxVariable SPACE
public static Collation.MaxVariable[] values()
for (Collation.MaxVariable c : Collation.MaxVariable.values()) System.out.println(c);
public static Collation.MaxVariable valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<Collation.MaxVariable>public static Collation.MaxVariable fromString(java.lang.String name)