public enum ELauncherType extends java.lang.Enum<ELauncherType>
| Enum Constant and Description |
|---|
ClientUI |
CmdLine |
CSGO |
Default |
Headless |
Nexon |
PerfectWorld |
SingleApp |
SteamChina |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static ELauncherType |
from(int code) |
static ELauncherType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELauncherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELauncherType Default
public static final ELauncherType PerfectWorld
public static final ELauncherType Nexon
public static final ELauncherType CmdLine
public static final ELauncherType CSGO
public static final ELauncherType ClientUI
public static final ELauncherType Headless
public static final ELauncherType SteamChina
public static final ELauncherType SingleApp
public static ELauncherType[] values()
for (ELauncherType c : ELauncherType.values()) System.out.println(c);
public static ELauncherType 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 ELauncherType from(int code)