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