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