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