public static enum CharacterWalletJournalResponse.RefTypeEnum extends Enum<CharacterWalletJournalResponse.RefTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static CharacterWalletJournalResponse.RefTypeEnum |
fromValue(String text) |
String |
toString() |
static CharacterWalletJournalResponse.RefTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterWalletJournalResponse.RefTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterWalletJournalResponse.RefTypeEnum PLAYER_TRADING
public static final CharacterWalletJournalResponse.RefTypeEnum MARKET_TRANSACTION
public static final CharacterWalletJournalResponse.RefTypeEnum PLAYER_DONATION
public static final CharacterWalletJournalResponse.RefTypeEnum OFFICE_RENTAL_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum BOUNTY_PRIZE_HISTORICAL
public static final CharacterWalletJournalResponse.RefTypeEnum INSURANCE
public static final CharacterWalletJournalResponse.RefTypeEnum MISSION_REWARD
public static final CharacterWalletJournalResponse.RefTypeEnum MISSION_REWARD_BONUS
public static final CharacterWalletJournalResponse.RefTypeEnum CSPA
public static final CharacterWalletJournalResponse.RefTypeEnum CORP_ACCOUNT_WITHDRAWAL
public static final CharacterWalletJournalResponse.RefTypeEnum LOGO_CHANGE_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum MARKET_ESCROW
public static final CharacterWalletJournalResponse.RefTypeEnum BROKER_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum ALLIANCE_MAINTENANCE_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum SALES_TAX
public static final CharacterWalletJournalResponse.RefTypeEnum JUMP_CLONE_INSTALLATION_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum MANUFACTURING
public static final CharacterWalletJournalResponse.RefTypeEnum CONTRACT
public static final CharacterWalletJournalResponse.RefTypeEnum BOUNTY_PRIZES
public static final CharacterWalletJournalResponse.RefTypeEnum MEDAL_CREATION_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum MEDAL_ISSUING_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum CUSTOMS_OFFICE_IMPORT_DUTY
public static final CharacterWalletJournalResponse.RefTypeEnum CUSTOMS_OFFICE_EXPORT_DUTY
public static final CharacterWalletJournalResponse.RefTypeEnum CORPORATE_REWARD_PAYOUT
public static final CharacterWalletJournalResponse.RefTypeEnum INDUSTRY_FACILITY_TAX
public static final CharacterWalletJournalResponse.RefTypeEnum PROJECT_DISCOVERY_REWARD
public static final CharacterWalletJournalResponse.RefTypeEnum REPROCESSING_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum JUMP_CLONE_ACTIVATION_FEE
public static final CharacterWalletJournalResponse.RefTypeEnum UNKNOWN
public static CharacterWalletJournalResponse.RefTypeEnum[] values()
for (CharacterWalletJournalResponse.RefTypeEnum c : CharacterWalletJournalResponse.RefTypeEnum.values()) System.out.println(c);
public static CharacterWalletJournalResponse.RefTypeEnum 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.RefTypeEnum>public static CharacterWalletJournalResponse.RefTypeEnum fromValue(String text)
Copyright © 2017. All Rights Reserved.