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