Package net.troja.eve.esi.model
Enum CharacterWalletJournalResponse.ContextIdTypeEnum
- java.lang.Object
-
- java.lang.Enum<CharacterWalletJournalResponse.ContextIdTypeEnum>
-
- net.troja.eve.esi.model.CharacterWalletJournalResponse.ContextIdTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<CharacterWalletJournalResponse.ContextIdTypeEnum>
- Enclosing class:
- CharacterWalletJournalResponse
public static enum CharacterWalletJournalResponse.ContextIdTypeEnum extends Enum<CharacterWalletJournalResponse.ContextIdTypeEnum>
The type of the given context_id if present
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCharacterWalletJournalResponse.ContextIdTypeEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description ALLIANCE_IDCHARACTER_IDCONTRACT_IDCORPORATION_IDEVE_SYSTEMINDUSTRY_JOB_IDMARKET_TRANSACTION_IDPLANET_IDSTATION_IDSTRUCTURE_IDSYSTEM_IDTYPE_ID
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CharacterWalletJournalResponse.ContextIdTypeEnumfromValue(String value)StringgetValue()StringtoString()static CharacterWalletJournalResponse.ContextIdTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static CharacterWalletJournalResponse.ContextIdTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STRUCTURE_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum STRUCTURE_ID
-
STATION_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum STATION_ID
-
MARKET_TRANSACTION_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum MARKET_TRANSACTION_ID
-
CHARACTER_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum CHARACTER_ID
-
CORPORATION_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum CORPORATION_ID
-
ALLIANCE_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum ALLIANCE_ID
-
EVE_SYSTEM
public static final CharacterWalletJournalResponse.ContextIdTypeEnum EVE_SYSTEM
-
INDUSTRY_JOB_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum INDUSTRY_JOB_ID
-
CONTRACT_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum CONTRACT_ID
-
PLANET_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum PLANET_ID
-
SYSTEM_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum SYSTEM_ID
-
TYPE_ID
public static final CharacterWalletJournalResponse.ContextIdTypeEnum TYPE_ID
-
-
Method Detail
-
values
public static CharacterWalletJournalResponse.ContextIdTypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CharacterWalletJournalResponse.ContextIdTypeEnum c : CharacterWalletJournalResponse.ContextIdTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CharacterWalletJournalResponse.ContextIdTypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<CharacterWalletJournalResponse.ContextIdTypeEnum>
-
fromValue
public static CharacterWalletJournalResponse.ContextIdTypeEnum fromValue(String value)
-
-