public static enum OverloadingCommands.What extends Enum<OverloadingCommands.What>
| Modifier and Type | Method and Description |
|---|---|
static OverloadingCommands.What |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverloadingCommands.What[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverloadingCommands.What EAT
public static final OverloadingCommands.What RUN
public static final OverloadingCommands.What SLEEP
public static final OverloadingCommands.What PLAY
public static OverloadingCommands.What[] values()
for (OverloadingCommands.What c : OverloadingCommands.What.values()) System.out.println(c);
public static OverloadingCommands.What 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 © 2017 LSST. All rights reserved.