public enum EOS_Presence_EStatus extends java.lang.Enum<EOS_Presence_EStatus> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_PS_Away
The status of the account is away
|
EOS_PS_DoNotDisturb
The status of the account is do-not-disturb
|
EOS_PS_ExtendedAway
The status of the account is away, and has been away for a while
|
EOS_PS_Offline
The status of the account is offline or not known
|
EOS_PS_Online
The status of the account is online
|
| 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_Presence_EStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_Presence_EStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_Presence_EStatus EOS_PS_Offline
public static final EOS_Presence_EStatus EOS_PS_Online
public static final EOS_Presence_EStatus EOS_PS_Away
public static final EOS_Presence_EStatus EOS_PS_ExtendedAway
public static final EOS_Presence_EStatus EOS_PS_DoNotDisturb
public static EOS_Presence_EStatus[] values()
for (EOS_Presence_EStatus c : EOS_Presence_EStatus.values()) System.out.println(c);
public static EOS_Presence_EStatus 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