public static enum CharacterRolesResponse.RolesAtOtherEnum extends Enum<CharacterRolesResponse.RolesAtOtherEnum>
| Modifier and Type | Method and Description |
|---|---|
static CharacterRolesResponse.RolesAtOtherEnum |
fromValue(String text) |
String |
toString() |
static CharacterRolesResponse.RolesAtOtherEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterRolesResponse.RolesAtOtherEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_1
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_2
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_3
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_4
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_5
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_6
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNT_TAKE_7
public static final CharacterRolesResponse.RolesAtOtherEnum ACCOUNTANT
public static final CharacterRolesResponse.RolesAtOtherEnum AUDITOR
public static final CharacterRolesResponse.RolesAtOtherEnum COMMUNICATIONS_OFFICER
public static final CharacterRolesResponse.RolesAtOtherEnum CONFIG_EQUIPMENT
public static final CharacterRolesResponse.RolesAtOtherEnum CONFIG_STARBASE_EQUIPMENT
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_1
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_2
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_3
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_4
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_5
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_6
public static final CharacterRolesResponse.RolesAtOtherEnum CONTAINER_TAKE_7
public static final CharacterRolesResponse.RolesAtOtherEnum CONTRACT_MANAGER
public static final CharacterRolesResponse.RolesAtOtherEnum DIPLOMAT
public static final CharacterRolesResponse.RolesAtOtherEnum DIRECTOR
public static final CharacterRolesResponse.RolesAtOtherEnum FACTORY_MANAGER
public static final CharacterRolesResponse.RolesAtOtherEnum FITTING_MANAGER
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_1
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_2
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_3
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_4
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_5
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_6
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_QUERY_7
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_1
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_2
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_3
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_4
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_5
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_6
public static final CharacterRolesResponse.RolesAtOtherEnum HANGAR_TAKE_7
public static final CharacterRolesResponse.RolesAtOtherEnum JUNIOR_ACCOUNTANT
public static final CharacterRolesResponse.RolesAtOtherEnum PERSONNEL_MANAGER
public static final CharacterRolesResponse.RolesAtOtherEnum RENT_FACTORY_FACILITY
public static final CharacterRolesResponse.RolesAtOtherEnum RENT_OFFICE
public static final CharacterRolesResponse.RolesAtOtherEnum RENT_RESEARCH_FACILITY
public static final CharacterRolesResponse.RolesAtOtherEnum SECURITY_OFFICER
public static final CharacterRolesResponse.RolesAtOtherEnum STARBASE_DEFENSE_OPERATOR
public static final CharacterRolesResponse.RolesAtOtherEnum STARBASE_FUEL_TECHNICIAN
public static final CharacterRolesResponse.RolesAtOtherEnum STATION_MANAGER
public static final CharacterRolesResponse.RolesAtOtherEnum TERRESTRIAL_COMBAT_OFFICER
public static final CharacterRolesResponse.RolesAtOtherEnum TERRESTRIAL_LOGISTICS_OFFICER
public static final CharacterRolesResponse.RolesAtOtherEnum TRADER
public static CharacterRolesResponse.RolesAtOtherEnum[] values()
for (CharacterRolesResponse.RolesAtOtherEnum c : CharacterRolesResponse.RolesAtOtherEnum.values()) System.out.println(c);
public static CharacterRolesResponse.RolesAtOtherEnum 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<CharacterRolesResponse.RolesAtOtherEnum>public static CharacterRolesResponse.RolesAtOtherEnum fromValue(String text)
Copyright © 2018. All Rights Reserved.