public static enum SystemVariablePanel.SystemVariableType extends java.lang.Enum<SystemVariablePanel.SystemVariableType>
SystemVariablePanel| Enum Constant and Description |
|---|
Boolean |
Double |
Integer |
Ontology |
Static |
| Modifier and Type | Method and Description |
|---|---|
static SystemVariablePanel.SystemVariableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemVariablePanel.SystemVariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemVariablePanel.SystemVariableType Boolean
public static final SystemVariablePanel.SystemVariableType Integer
public static final SystemVariablePanel.SystemVariableType Double
public static final SystemVariablePanel.SystemVariableType Static
public static final SystemVariablePanel.SystemVariableType Ontology
public static SystemVariablePanel.SystemVariableType[] values()
for (SystemVariablePanel.SystemVariableType c : SystemVariablePanel.SystemVariableType.values()) System.out.println(c);
public static SystemVariablePanel.SystemVariableType 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 namejava.lang.NullPointerException - if the argument is null