public enum EOS_EPlayerReportsCategory extends java.lang.Enum<EOS_EPlayerReportsCategory> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_PRC_Cheating
The reported player is cheating
|
EOS_PRC_Exploiting
The reported player is exploiting the game
|
EOS_PRC_Invalid
Not used
|
EOS_PRC_OffensiveProfile
The reported player has an offensive profile, name, etc
|
EOS_PRC_Other
The player is being reported for something else
|
EOS_PRC_Scamming
The reported player is scamming other players
|
EOS_PRC_Spamming
The reported player is spamming chat
|
EOS_PRC_VerbalAbuse
The reported player is being abusive in chat
|
| 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() |
EOS_EPlayerReportsCategory |
valueOf(int id) |
static EOS_EPlayerReportsCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EPlayerReportsCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EPlayerReportsCategory EOS_PRC_Invalid
public static final EOS_EPlayerReportsCategory EOS_PRC_Cheating
public static final EOS_EPlayerReportsCategory EOS_PRC_Exploiting
public static final EOS_EPlayerReportsCategory EOS_PRC_OffensiveProfile
public static final EOS_EPlayerReportsCategory EOS_PRC_VerbalAbuse
public static final EOS_EPlayerReportsCategory EOS_PRC_Scamming
public static final EOS_EPlayerReportsCategory EOS_PRC_Spamming
public static final EOS_EPlayerReportsCategory EOS_PRC_Other
public static EOS_EPlayerReportsCategory[] values()
for (EOS_EPlayerReportsCategory c : EOS_EPlayerReportsCategory.values()) System.out.println(c);
public static EOS_EPlayerReportsCategory 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 EOS_EPlayerReportsCategory valueOf(int id)
public 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