Enum Class EOS_Presence_EStatus
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,Comparable<EOS_Presence_EStatus>,Constable
public enum EOS_Presence_EStatus
extends Enum<EOS_Presence_EStatus>
implements com.sun.jna.NativeMapped
Presence Status states of a user
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe status of the account is awayThe status of the account is do-not-disturbThe status of the account is away, and has been away for a whileThe status of the account is offline or not knownThe status of the account is online -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?>toNative()static EOS_Presence_EStatusReturns the enum constant of this class with the specified name.static EOS_Presence_EStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_PS_Offline
The status of the account is offline or not known -
EOS_PS_Online
The status of the account is online -
EOS_PS_Away
The status of the account is away -
EOS_PS_ExtendedAway
The status of the account is away, and has been away for a while -
EOS_PS_DoNotDisturb
The status of the account is do-not-disturb
-
-
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
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-