public enum ENewsUpdateType extends java.lang.Enum<ENewsUpdateType>
| Enum Constant and Description |
|---|
AppNews |
CDDBUpdate |
ClientUpdate |
SteamAds |
SteamNews |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static ENewsUpdateType |
from(int code) |
static ENewsUpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ENewsUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ENewsUpdateType AppNews
public static final ENewsUpdateType SteamAds
public static final ENewsUpdateType SteamNews
public static final ENewsUpdateType CDDBUpdate
public static final ENewsUpdateType ClientUpdate
public static ENewsUpdateType[] values()
for (ENewsUpdateType c : ENewsUpdateType.values()) System.out.println(c);
public static ENewsUpdateType 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 ENewsUpdateType from(int code)