public static enum HubMissionWithTriggers.FleetSize extends java.lang.Enum<HubMissionWithTriggers.FleetSize>
| Enum Constant and Description |
|---|
HUGE |
LARGE |
LARGER |
MAXIMUM |
MEDIUM |
SMALL |
TINY |
VERY_LARGE |
VERY_SMALL |
| Modifier and Type | Field and Description |
|---|---|
float |
maxFPFraction |
| Modifier and Type | Method and Description |
|---|---|
HubMissionWithTriggers.FleetSize |
next() |
HubMissionWithTriggers.FleetSize |
prev() |
static HubMissionWithTriggers.FleetSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HubMissionWithTriggers.FleetSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HubMissionWithTriggers.FleetSize TINY
public static final HubMissionWithTriggers.FleetSize VERY_SMALL
public static final HubMissionWithTriggers.FleetSize SMALL
public static final HubMissionWithTriggers.FleetSize MEDIUM
public static final HubMissionWithTriggers.FleetSize LARGE
public static final HubMissionWithTriggers.FleetSize LARGER
public static final HubMissionWithTriggers.FleetSize VERY_LARGE
public static final HubMissionWithTriggers.FleetSize HUGE
public static final HubMissionWithTriggers.FleetSize MAXIMUM
public float maxFPFraction
public static HubMissionWithTriggers.FleetSize[] values()
for (HubMissionWithTriggers.FleetSize c : HubMissionWithTriggers.FleetSize.values()) System.out.println(c);
public static HubMissionWithTriggers.FleetSize 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 nullpublic HubMissionWithTriggers.FleetSize next()
public HubMissionWithTriggers.FleetSize prev()