public static enum CorporationStarbaseResponse.OnlineEnum extends Enum<CorporationStarbaseResponse.OnlineEnum>
| Enum Constant and Description |
|---|
ALLIANCE_MEMBER |
CONFIG_STARBASE_EQUIPMENT_ROLE |
CORPORATION_MEMBER |
STARBASE_FUEL_TECHNICIAN_ROLE |
| Modifier and Type | Method and Description |
|---|---|
static CorporationStarbaseResponse.OnlineEnum |
fromValue(String text) |
String |
toString() |
static CorporationStarbaseResponse.OnlineEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationStarbaseResponse.OnlineEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationStarbaseResponse.OnlineEnum ALLIANCE_MEMBER
public static final CorporationStarbaseResponse.OnlineEnum CONFIG_STARBASE_EQUIPMENT_ROLE
public static final CorporationStarbaseResponse.OnlineEnum CORPORATION_MEMBER
public static final CorporationStarbaseResponse.OnlineEnum STARBASE_FUEL_TECHNICIAN_ROLE
public static CorporationStarbaseResponse.OnlineEnum[] values()
for (CorporationStarbaseResponse.OnlineEnum c : CorporationStarbaseResponse.OnlineEnum.values()) System.out.println(c);
public static CorporationStarbaseResponse.OnlineEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<CorporationStarbaseResponse.OnlineEnum>public static CorporationStarbaseResponse.OnlineEnum fromValue(String text)
Copyright © 2017. All Rights Reserved.