public static enum Simulator.Message extends Enum<Simulator.Message>
| Modifier and Type | Method and Description |
|---|---|
static Simulator.Message |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Simulator.Message[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Simulator.Message INIT
public static final Simulator.Message START
public static final Simulator.Message FINISH
public static final Simulator.Message ERROR
public static Simulator.Message[] values()
for (Simulator.Message c : Simulator.Message.values()) System.out.println(c);
public static Simulator.Message 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 null