public static enum SteamRemoteStorage.UGCReadAction extends Enum<SteamRemoteStorage.UGCReadAction>
| Enum Constant and Description |
|---|
Close |
ContinueReading |
ContinueReadingUntilFinished |
| Modifier and Type | Method and Description |
|---|---|
static SteamRemoteStorage.UGCReadAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamRemoteStorage.UGCReadAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamRemoteStorage.UGCReadAction ContinueReadingUntilFinished
public static final SteamRemoteStorage.UGCReadAction ContinueReading
public static final SteamRemoteStorage.UGCReadAction Close
public static SteamRemoteStorage.UGCReadAction[] values()
for (SteamRemoteStorage.UGCReadAction c : SteamRemoteStorage.UGCReadAction.values()) System.out.println(c);
public static SteamRemoteStorage.UGCReadAction 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.