public static enum ToolModes.Mode extends Enum<ToolModes.Mode>
| Modifier and Type | Method and Description |
|---|---|
static ToolModes.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolModes.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolModes.Mode NOMINAL
public static final ToolModes.Mode EDIT
public static ToolModes.Mode[] values()
for (ToolModes.Mode c : ToolModes.Mode.values()) System.out.println(c);
public static ToolModes.Mode 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 nullCopyright © 2016–2019 JBoss by Red Hat. All rights reserved.