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