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