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