public static enum CorporationStandingsResponse.FromTypeEnum extends Enum<CorporationStandingsResponse.FromTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationStandingsResponse.FromTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CorporationStandingsResponse.FromTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CorporationStandingsResponse.FromTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationStandingsResponse.FromTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationStandingsResponse.FromTypeEnum AGENT
public static final CorporationStandingsResponse.FromTypeEnum NPC_CORP
public static final CorporationStandingsResponse.FromTypeEnum FACTION
public static CorporationStandingsResponse.FromTypeEnum[] values()
for (CorporationStandingsResponse.FromTypeEnum c : CorporationStandingsResponse.FromTypeEnum.values()) System.out.println(c);
public static CorporationStandingsResponse.FromTypeEnum 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<CorporationStandingsResponse.FromTypeEnum>public static CorporationStandingsResponse.FromTypeEnum fromValue(String value)
Copyright © 2023. All Rights Reserved.