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