|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueryToolAction>
org.plasma.provisioning.cli.QueryToolAction
public enum QueryToolAction
| Enum Constant Summary | |
|---|---|
compile
Takes the XML representation for a query, as described by a PlasmaQueryTM or other supported declarative query framework, and generates an output model based on the target type. |
|
run
Takes the XML representation for a query, as described by a PlasmaQueryTM or other supported declarative query framework, runs the query against the Plasma SDO runtime, and generates/returns SDO compliant XML. |
|
| Method Summary | |
|---|---|
static QueryToolAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueryToolAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QueryToolAction compile
Query,
QueryToolTargetTypepublic static final QueryToolAction run
Query| Method Detail |
|---|
public static QueryToolAction[] values()
for (QueryToolAction c : QueryToolAction.values()) System.out.println(c);
public static QueryToolAction 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||