public static enum CorporationStructuresResponse.StateEnum extends Enum<CorporationStructuresResponse.StateEnum>
| Enum Constant and Description |
|---|
ANCHOR_VULNERABLE |
ANCHORING |
ARMOR_REINFORCE |
ARMOR_VULNERABLE |
DEPLOY_VULNERABLE |
FITTING_INVULNERABLE |
HULL_REINFORCE |
HULL_VULNERABLE |
ONLINE_DEPRECATED |
ONLINING_VULNERABLE |
SHIELD_VULNERABLE |
UNANCHORED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CorporationStructuresResponse.StateEnum |
fromValue(String text) |
String |
toString() |
static CorporationStructuresResponse.StateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationStructuresResponse.StateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationStructuresResponse.StateEnum ANCHOR_VULNERABLE
public static final CorporationStructuresResponse.StateEnum ANCHORING
public static final CorporationStructuresResponse.StateEnum ARMOR_REINFORCE
public static final CorporationStructuresResponse.StateEnum ARMOR_VULNERABLE
public static final CorporationStructuresResponse.StateEnum DEPLOY_VULNERABLE
public static final CorporationStructuresResponse.StateEnum FITTING_INVULNERABLE
public static final CorporationStructuresResponse.StateEnum HULL_REINFORCE
public static final CorporationStructuresResponse.StateEnum HULL_VULNERABLE
public static final CorporationStructuresResponse.StateEnum ONLINE_DEPRECATED
public static final CorporationStructuresResponse.StateEnum ONLINING_VULNERABLE
public static final CorporationStructuresResponse.StateEnum SHIELD_VULNERABLE
public static final CorporationStructuresResponse.StateEnum UNANCHORED
public static final CorporationStructuresResponse.StateEnum UNKNOWN
public static CorporationStructuresResponse.StateEnum[] values()
for (CorporationStructuresResponse.StateEnum c : CorporationStructuresResponse.StateEnum.values()) System.out.println(c);
public static CorporationStructuresResponse.StateEnum 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<CorporationStructuresResponse.StateEnum>public static CorporationStructuresResponse.StateEnum fromValue(String text)
Copyright © 2019. All Rights Reserved.