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