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