public static enum CharacterOrdersHistoryResponse.RangeEnum extends Enum<CharacterOrdersHistoryResponse.RangeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterOrdersHistoryResponse.RangeEnum.Adapter |
| Enum Constant and Description |
|---|
_1 |
_10 |
_2 |
_20 |
_3 |
_30 |
_4 |
_40 |
_5 |
REGION |
SOLARSYSTEM |
STATION |
| Modifier and Type | Method and Description |
|---|---|
static CharacterOrdersHistoryResponse.RangeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CharacterOrdersHistoryResponse.RangeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterOrdersHistoryResponse.RangeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterOrdersHistoryResponse.RangeEnum _1
public static final CharacterOrdersHistoryResponse.RangeEnum _10
public static final CharacterOrdersHistoryResponse.RangeEnum _2
public static final CharacterOrdersHistoryResponse.RangeEnum _20
public static final CharacterOrdersHistoryResponse.RangeEnum _3
public static final CharacterOrdersHistoryResponse.RangeEnum _30
public static final CharacterOrdersHistoryResponse.RangeEnum _4
public static final CharacterOrdersHistoryResponse.RangeEnum _40
public static final CharacterOrdersHistoryResponse.RangeEnum _5
public static final CharacterOrdersHistoryResponse.RangeEnum REGION
public static final CharacterOrdersHistoryResponse.RangeEnum SOLARSYSTEM
public static final CharacterOrdersHistoryResponse.RangeEnum STATION
public static CharacterOrdersHistoryResponse.RangeEnum[] values()
for (CharacterOrdersHistoryResponse.RangeEnum c : CharacterOrdersHistoryResponse.RangeEnum.values()) System.out.println(c);
public static CharacterOrdersHistoryResponse.RangeEnum 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 getValue()
public String toString()
toString in class Enum<CharacterOrdersHistoryResponse.RangeEnum>public static CharacterOrdersHistoryResponse.RangeEnum fromValue(String text)
Copyright © 2019. All Rights Reserved.