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