Package net.troja.eve.esi.model
Enum CorporationRolesHistoryResponse.RoleTypeEnum
- java.lang.Object
-
- java.lang.Enum<CorporationRolesHistoryResponse.RoleTypeEnum>
-
- net.troja.eve.esi.model.CorporationRolesHistoryResponse.RoleTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<CorporationRolesHistoryResponse.RoleTypeEnum>
- Enclosing class:
- CorporationRolesHistoryResponse
public static enum CorporationRolesHistoryResponse.RoleTypeEnum extends Enum<CorporationRolesHistoryResponse.RoleTypeEnum>
role_type string
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCorporationRolesHistoryResponse.RoleTypeEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description GRANTABLE_ROLESGRANTABLE_ROLES_AT_BASEGRANTABLE_ROLES_AT_HQGRANTABLE_ROLES_AT_OTHERROLESROLES_AT_BASEROLES_AT_HQROLES_AT_OTHER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CorporationRolesHistoryResponse.RoleTypeEnumfromValue(String value)StringgetValue()StringtoString()static CorporationRolesHistoryResponse.RoleTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static CorporationRolesHistoryResponse.RoleTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
GRANTABLE_ROLES
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES
-
GRANTABLE_ROLES_AT_BASE
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES_AT_BASE
-
GRANTABLE_ROLES_AT_HQ
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES_AT_HQ
-
GRANTABLE_ROLES_AT_OTHER
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES_AT_OTHER
-
ROLES
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES
-
ROLES_AT_BASE
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES_AT_BASE
-
ROLES_AT_HQ
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES_AT_HQ
-
ROLES_AT_OTHER
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES_AT_OTHER
-
-
Method Detail
-
values
public static CorporationRolesHistoryResponse.RoleTypeEnum[] 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 (CorporationRolesHistoryResponse.RoleTypeEnum c : CorporationRolesHistoryResponse.RoleTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CorporationRolesHistoryResponse.RoleTypeEnum 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<CorporationRolesHistoryResponse.RoleTypeEnum>
-
fromValue
public static CorporationRolesHistoryResponse.RoleTypeEnum fromValue(String value)
-
-