public static enum SteamUGC.ItemState extends Enum<SteamUGC.ItemState>
| Enum Constant and Description |
|---|
Downloading |
DownloadPending |
Installed |
LegacyItem |
NeedsUpdate |
None |
Subscribed |
| Modifier and Type | Method and Description |
|---|---|
static SteamUGC.ItemState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamUGC.ItemState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamUGC.ItemState None
public static final SteamUGC.ItemState Subscribed
public static final SteamUGC.ItemState LegacyItem
public static final SteamUGC.ItemState Installed
public static final SteamUGC.ItemState NeedsUpdate
public static final SteamUGC.ItemState Downloading
public static final SteamUGC.ItemState DownloadPending
public static SteamUGC.ItemState[] values()
for (SteamUGC.ItemState c : SteamUGC.ItemState.values()) System.out.println(c);
public static SteamUGC.ItemState 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 © 2018. All rights reserved.