public enum QueryToolAction extends Enum<QueryToolAction> implements OptionEnum
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
static QueryToolAction |
valueOf(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.
|
public static final QueryToolAction compile
Query,
QueryToolTargetTypepublic static final QueryToolAction run
Querypublic static QueryToolAction[] values()
for (QueryToolAction c : QueryToolAction.values()) System.out.println(c);
public static QueryToolAction 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 nullpublic String getDescription()
getDescription in interface OptionEnumpublic static String asString()
Copyright © 2017. All rights reserved.