Enum Class EOS_EAntiCheatCommonGameRoundCompetitionType
java.lang.Object
java.lang.Enum<EOS_EAntiCheatCommonGameRoundCompetitionType>
host.anzo.eossdk.eos.sdk.common.enums.EOS_EAntiCheatCommonGameRoundCompetitionType
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,Comparable<EOS_EAntiCheatCommonGameRoundCompetitionType>,Constable
public enum EOS_EAntiCheatCommonGameRoundCompetitionType
extends Enum<EOS_EAntiCheatCommonGameRoundCompetitionType>
implements com.sun.jna.NativeMapped
Flags describing the type of competition taking place
- Since:
- 10/16/2024
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCasual unranked playOrganized competitive play like a tournamentNo particular competition type appliesRanked play, usually with skill-based matchmaking -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?> toNative()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_ACCGRCT_None
No particular competition type applies -
EOS_ACCGRCT_Casual
Casual unranked play -
EOS_ACCGRCT_Ranked
Ranked play, usually with skill-based matchmaking -
EOS_ACCGRCT_Competitive
Organized competitive play like a tournament
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromNative
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-