public static enum ECMA48.MouseProtocol extends java.lang.Enum<ECMA48.MouseProtocol>
Enum Constant and Description |
---|
ANYEVENT |
BUTTONEVENT |
NORMAL |
OFF |
X10 |
Modifier and Type | Method and Description |
---|---|
static ECMA48.MouseProtocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ECMA48.MouseProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECMA48.MouseProtocol OFF
public static final ECMA48.MouseProtocol X10
public static final ECMA48.MouseProtocol NORMAL
public static final ECMA48.MouseProtocol BUTTONEVENT
public static final ECMA48.MouseProtocol ANYEVENT
public static ECMA48.MouseProtocol[] values()
for (ECMA48.MouseProtocol c : ECMA48.MouseProtocol.values()) System.out.println(c);
public static ECMA48.MouseProtocol 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 nullCopyright © 2019 Kevin Lamonte. Licensed MIT.