public enum EOS_EAntiCheatCommonGameRoundCompetitionType extends java.lang.Enum<EOS_EAntiCheatCommonGameRoundCompetitionType> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCGRCT_Casual
Casual unranked play
|
EOS_ACCGRCT_Competitive
Organized competitive play like a tournament
|
EOS_ACCGRCT_None
No particular competition type applies
|
EOS_ACCGRCT_Ranked
Ranked play, usually with skill-based matchmaking
|
| 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_EAntiCheatCommonGameRoundCompetitionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonGameRoundCompetitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonGameRoundCompetitionType EOS_ACCGRCT_None
public static final EOS_EAntiCheatCommonGameRoundCompetitionType EOS_ACCGRCT_Casual
public static final EOS_EAntiCheatCommonGameRoundCompetitionType EOS_ACCGRCT_Ranked
public static final EOS_EAntiCheatCommonGameRoundCompetitionType EOS_ACCGRCT_Competitive
public static EOS_EAntiCheatCommonGameRoundCompetitionType[] values()
for (EOS_EAntiCheatCommonGameRoundCompetitionType c : EOS_EAntiCheatCommonGameRoundCompetitionType.values()) System.out.println(c);
public static EOS_EAntiCheatCommonGameRoundCompetitionType 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