public static enum CorporationStarbaseResponse.UnanchorEnum extends Enum<CorporationStarbaseResponse.UnanchorEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStarbaseResponse.UnanchorEnum.Adapter |
| Enum Constant and Description |
|---|
ALLIANCE_MEMBER |
CONFIG_STARBASE_EQUIPMENT_ROLE |
CORPORATION_MEMBER |
STARBASE_FUEL_TECHNICIAN_ROLE |
| Modifier and Type | Method and Description |
|---|---|
static CorporationStarbaseResponse.UnanchorEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CorporationStarbaseResponse.UnanchorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationStarbaseResponse.UnanchorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationStarbaseResponse.UnanchorEnum ALLIANCE_MEMBER
public static final CorporationStarbaseResponse.UnanchorEnum CONFIG_STARBASE_EQUIPMENT_ROLE
public static final CorporationStarbaseResponse.UnanchorEnum CORPORATION_MEMBER
public static final CorporationStarbaseResponse.UnanchorEnum STARBASE_FUEL_TECHNICIAN_ROLE
public static CorporationStarbaseResponse.UnanchorEnum[] values()
for (CorporationStarbaseResponse.UnanchorEnum c : CorporationStarbaseResponse.UnanchorEnum.values()) System.out.println(c);
public static CorporationStarbaseResponse.UnanchorEnum 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 getValue()
public String toString()
toString in class Enum<CorporationStarbaseResponse.UnanchorEnum>public static CorporationStarbaseResponse.UnanchorEnum fromValue(String value)
Copyright © 2019. All Rights Reserved.