public static enum FactionWarfareSystemsResponse.ContestedEnum extends Enum<FactionWarfareSystemsResponse.ContestedEnum>
| Enum Constant and Description |
|---|
CAPTURED |
CONTESTED |
UNCONTESTED |
VULNERABLE |
| Modifier and Type | Method and Description |
|---|---|
static FactionWarfareSystemsResponse.ContestedEnum |
fromValue(String text) |
String |
toString() |
static FactionWarfareSystemsResponse.ContestedEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactionWarfareSystemsResponse.ContestedEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FactionWarfareSystemsResponse.ContestedEnum CAPTURED
public static final FactionWarfareSystemsResponse.ContestedEnum CONTESTED
public static final FactionWarfareSystemsResponse.ContestedEnum UNCONTESTED
public static final FactionWarfareSystemsResponse.ContestedEnum VULNERABLE
public static FactionWarfareSystemsResponse.ContestedEnum[] values()
for (FactionWarfareSystemsResponse.ContestedEnum c : FactionWarfareSystemsResponse.ContestedEnum.values()) System.out.println(c);
public static FactionWarfareSystemsResponse.ContestedEnum 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<FactionWarfareSystemsResponse.ContestedEnum>public static FactionWarfareSystemsResponse.ContestedEnum fromValue(String text)
Copyright © 2018. All Rights Reserved.