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