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