public static enum QueryTreeAction.Action extends Enum<QueryTreeAction.Action>
Modifier and Type | Method and Description |
---|---|
static QueryTreeAction.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryTreeAction.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryTreeAction.Action KEEP
public static final QueryTreeAction.Action REPLACE
public static final QueryTreeAction.Action REMOVE
public static QueryTreeAction.Action[] values()
for (QueryTreeAction.Action c : QueryTreeAction.Action.values()) System.out.println(c);
public static QueryTreeAction.Action valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null