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