public enum EOS_PlayerDataStorage_EWriteResult extends java.lang.Enum<EOS_PlayerDataStorage_EWriteResult> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_WR_CancelRequest
Signifies the request should be canceled, but not due to an error
|
EOS_WR_CompleteRequest
Signifies all data has now been written successfully, and we should upload the data to the cloud
|
EOS_WR_ContinueWriting
Signifies the data was written successfully, and we should write the data the file
|
EOS_WR_FailRequest
Signifies there was a failure writing the data, and the request should end
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_PlayerDataStorage_EWriteResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_PlayerDataStorage_EWriteResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_ContinueWriting
public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_CompleteRequest
public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_FailRequest
public static final EOS_PlayerDataStorage_EWriteResult EOS_WR_CancelRequest
public static EOS_PlayerDataStorage_EWriteResult[] values()
for (EOS_PlayerDataStorage_EWriteResult c : EOS_PlayerDataStorage_EWriteResult.values()) System.out.println(c);
public static EOS_PlayerDataStorage_EWriteResult 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 java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped