public enum EOS_ESanctionAppealReason extends java.lang.Enum<EOS_ESanctionAppealReason> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_SAR_AppealForForgiveness
The user admits to rulebreaking, but still appeals for forgiveness
|
EOS_SAR_CompromisedAccount
The account was compromised, typically this means stolen
|
EOS_SAR_IncorrectSanction
Incorrectly placed sanction
|
EOS_SAR_Invalid
Not used
|
EOS_SAR_UnfairPunishment
The punishment is considered too severe by the user
|
| 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_ESanctionAppealReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_ESanctionAppealReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_ESanctionAppealReason EOS_SAR_Invalid
public static final EOS_ESanctionAppealReason EOS_SAR_IncorrectSanction
public static final EOS_ESanctionAppealReason EOS_SAR_CompromisedAccount
public static final EOS_ESanctionAppealReason EOS_SAR_UnfairPunishment
public static final EOS_ESanctionAppealReason EOS_SAR_AppealForForgiveness
public static EOS_ESanctionAppealReason[] values()
for (EOS_ESanctionAppealReason c : EOS_ESanctionAppealReason.values()) System.out.println(c);
public static EOS_ESanctionAppealReason 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