public enum EOS_UI_ENotificationLocation extends java.lang.Enum<EOS_UI_ENotificationLocation> implements com.sun.jna.NativeMapped
EOS_UI_Interface.setDisplayPreference(EOS_UI_SetDisplayPreferenceOptions)| Enum Constant and Description |
|---|
EOS_UNL_BottomLeft |
EOS_UNL_BottomRight |
EOS_UNL_TopLeft |
EOS_UNL_TopRight |
| 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_UI_ENotificationLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_UI_ENotificationLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_UI_ENotificationLocation EOS_UNL_TopLeft
public static final EOS_UI_ENotificationLocation EOS_UNL_TopRight
public static final EOS_UI_ENotificationLocation EOS_UNL_BottomLeft
public static final EOS_UI_ENotificationLocation EOS_UNL_BottomRight
public static EOS_UI_ENotificationLocation[] values()
for (EOS_UI_ENotificationLocation c : EOS_UI_ENotificationLocation.values()) System.out.println(c);
public static EOS_UI_ENotificationLocation 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