public static enum View.TDViewCollation extends java.lang.Enum<View.TDViewCollation>
| Enum Constant and Description |
|---|
TDViewCollationASCII |
TDViewCollationRaw |
TDViewCollationUnicode |
| Modifier and Type | Method and Description |
|---|---|
static View.TDViewCollation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static View.TDViewCollation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final View.TDViewCollation TDViewCollationUnicode
public static final View.TDViewCollation TDViewCollationRaw
public static final View.TDViewCollation TDViewCollationASCII
public static View.TDViewCollation[] values()
for (View.TDViewCollation c : View.TDViewCollation.values()) System.out.println(c);
public static View.TDViewCollation 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 null