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