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