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