public enum TagFilterStateUnawareAction extends java.lang.Enum<TagFilterStateUnawareAction>
TagFilter| Enum Constant and Description |
|---|
DoNothing
Leave the selected flag as it is
|
Select
Assert the selected flag
|
Unselect
Deassert the selected flag
|
| Modifier and Type | Method and Description |
|---|---|
static TagFilterStateUnawareAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagFilterStateUnawareAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagFilterStateUnawareAction Select
public static final TagFilterStateUnawareAction Unselect
public static final TagFilterStateUnawareAction DoNothing
public static TagFilterStateUnawareAction[] values()
for (TagFilterStateUnawareAction c : TagFilterStateUnawareAction.values()) System.out.println(c);
public static TagFilterStateUnawareAction 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