public static enum PHATCommand.Function extends Enum<PHATCommand.Function>
| Modifier and Type | Method and Description |
|---|---|
static PHATCommand.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PHATCommand.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PHATCommand.Function Run
public static final PHATCommand.Function Interrupt
public static PHATCommand.Function[] values()
for (PHATCommand.Function c : PHATCommand.Function.values()) System.out.println(c);
public static PHATCommand.Function 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. All Rights Reserved.