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