Package net.troja.eve.esi.model
Enum CorporationOrdersHistoryResponse.RangeEnum
- java.lang.Object
-
- java.lang.Enum<CorporationOrdersHistoryResponse.RangeEnum>
-
- net.troja.eve.esi.model.CorporationOrdersHistoryResponse.RangeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<CorporationOrdersHistoryResponse.RangeEnum>
- Enclosing class:
- CorporationOrdersHistoryResponse
public static enum CorporationOrdersHistoryResponse.RangeEnum extends Enum<CorporationOrdersHistoryResponse.RangeEnum>
Valid order range, numbers are ranges in jumps
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationOrdersHistoryResponse.RangeEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CorporationOrdersHistoryResponse.RangeEnumfromValue(String value)StringgetValue()StringtoString()static CorporationOrdersHistoryResponse.RangeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static CorporationOrdersHistoryResponse.RangeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final CorporationOrdersHistoryResponse.RangeEnum _1
-
_10
public static final CorporationOrdersHistoryResponse.RangeEnum _10
-
_2
public static final CorporationOrdersHistoryResponse.RangeEnum _2
-
_20
public static final CorporationOrdersHistoryResponse.RangeEnum _20
-
_3
public static final CorporationOrdersHistoryResponse.RangeEnum _3
-
_30
public static final CorporationOrdersHistoryResponse.RangeEnum _30
-
_4
public static final CorporationOrdersHistoryResponse.RangeEnum _4
-
_40
public static final CorporationOrdersHistoryResponse.RangeEnum _40
-
_5
public static final CorporationOrdersHistoryResponse.RangeEnum _5
-
REGION
public static final CorporationOrdersHistoryResponse.RangeEnum REGION
-
SOLARSYSTEM
public static final CorporationOrdersHistoryResponse.RangeEnum SOLARSYSTEM
-
STATION
public static final CorporationOrdersHistoryResponse.RangeEnum STATION
-
-
Method Detail
-
values
public static CorporationOrdersHistoryResponse.RangeEnum[] 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 (CorporationOrdersHistoryResponse.RangeEnum c : CorporationOrdersHistoryResponse.RangeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CorporationOrdersHistoryResponse.RangeEnum 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<CorporationOrdersHistoryResponse.RangeEnum>
-
fromValue
public static CorporationOrdersHistoryResponse.RangeEnum fromValue(String value)
-
-