public static enum QueryController.QueryMode extends Enum<QueryController.QueryMode>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
EDIT
Determines the Controller Component to create or edit a Query.
|
VIEW
Determines the Controller Component to view the Query results.
|
Modifier and Type | Method and Description |
---|---|
static QueryController.QueryMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryController.QueryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryController.QueryMode EDIT
public static final QueryController.QueryMode VIEW
public static QueryController.QueryMode[] values()
public static QueryController.QueryMode 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