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