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