private static enum Base1PluginExecuter.Base1JobParameterType extends Enum<Base1PluginExecuter.Base1JobParameterType>
Enum Constant and Description |
---|
ANNOTATION |
ENUMERATION |
FLOAT |
HIDDEN_STRING |
INTEGER |
STRING |
TEXT |
Modifier and Type | Field and Description |
---|---|
private char |
c |
Modifier and Type | Method and Description |
---|---|
static Base1PluginExecuter.Base1JobParameterType |
get(char c) |
String |
toString() |
static Base1PluginExecuter.Base1JobParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Base1PluginExecuter.Base1JobParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Base1PluginExecuter.Base1JobParameterType HIDDEN_STRING
public static final Base1PluginExecuter.Base1JobParameterType STRING
public static final Base1PluginExecuter.Base1JobParameterType INTEGER
public static final Base1PluginExecuter.Base1JobParameterType FLOAT
public static final Base1PluginExecuter.Base1JobParameterType TEXT
public static final Base1PluginExecuter.Base1JobParameterType ANNOTATION
public static final Base1PluginExecuter.Base1JobParameterType ENUMERATION
public static Base1PluginExecuter.Base1JobParameterType[] values()
for (Base1PluginExecuter.Base1JobParameterType c : Base1PluginExecuter.Base1JobParameterType.values()) System.out.println(c);
public static Base1PluginExecuter.Base1JobParameterType 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 static Base1PluginExecuter.Base1JobParameterType get(char c)
public String toString()
toString
in class Enum<Base1PluginExecuter.Base1JobParameterType>