public enum DSLToolAction extends Enum<DSLToolAction> implements OptionEnum
| Enum Constant and Description |
|---|
create
Provisions query Domain Specific Language (DSL) classes for the current
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
static DSLToolAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSLToolAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSLToolAction create
public static DSLToolAction[] values()
for (DSLToolAction c : DSLToolAction.values()) System.out.println(c);
public static DSLToolAction 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.