protected static enum MouseModule.Pos extends java.lang.Enum<MouseModule.Pos>
| Enum Constant and Description |
|---|
_null |
beyondMax |
beyondMin |
max |
middle |
min |
| Modifier and Type | Method and Description |
|---|---|
static MouseModule.Pos |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MouseModule.Pos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MouseModule.Pos _null
public static final MouseModule.Pos beyondMin
public static final MouseModule.Pos min
public static final MouseModule.Pos middle
public static final MouseModule.Pos max
public static final MouseModule.Pos beyondMax
public static MouseModule.Pos[] values()
for (MouseModule.Pos c : MouseModule.Pos.values()) System.out.println(c);
public static MouseModule.Pos 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 null