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