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