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