public enum PUBGRegion extends Enum<PUBGRegion>
| Modifier and Type | Method and Description |
|---|---|
static PUBGRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PUBGRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PUBGRegion agg
public static final PUBGRegion na
public static final PUBGRegion eu
public static final PUBGRegion as
public static final PUBGRegion oc
public static final PUBGRegion sa
public static PUBGRegion[] values()
for (PUBGRegion c : PUBGRegion.values()) System.out.println(c);
public static PUBGRegion 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 nullCopyright © 2017. All rights reserved.