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