public enum GuestMouseEventMode extends java.lang.Enum<GuestMouseEventMode>
{4B500146-EBBA-4B7C-BC29-69C2D57A5CAF}
Enum Constant and Description |
---|
Absolute
Absolute event.
|
Relative
Relative event.
|
Modifier and Type | Method and Description |
---|---|
static GuestMouseEventMode |
fromValue(long v) |
static GuestMouseEventMode |
fromValue(java.lang.String v) |
int |
value() |
static GuestMouseEventMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuestMouseEventMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuestMouseEventMode Relative
public static final GuestMouseEventMode Absolute
public static GuestMouseEventMode[] values()
for (GuestMouseEventMode c : GuestMouseEventMode.values()) System.out.println(c);
public static GuestMouseEventMode 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 int value()
public static GuestMouseEventMode fromValue(long v)
public static GuestMouseEventMode fromValue(java.lang.String v)