public static enum BaseHubMission.Abandon extends java.lang.Enum<BaseHubMission.Abandon>
| Enum Constant and Description |
|---|
ABANDON |
| Modifier and Type | Method and Description |
|---|---|
static BaseHubMission.Abandon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseHubMission.Abandon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseHubMission.Abandon ABANDON
public static BaseHubMission.Abandon[] values()
for (BaseHubMission.Abandon c : BaseHubMission.Abandon.values()) System.out.println(c);
public static BaseHubMission.Abandon valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null