public enum ESteamRealm extends java.lang.Enum<ESteamRealm>
| Enum Constant and Description |
|---|
SteamChina |
SteamGlobal |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static ESteamRealm |
from(int code) |
static ESteamRealm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESteamRealm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESteamRealm Unknown
public static final ESteamRealm SteamGlobal
public static final ESteamRealm SteamChina
public static ESteamRealm[] values()
for (ESteamRealm c : ESteamRealm.values()) System.out.println(c);
public static ESteamRealm valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static ESteamRealm from(int code)