public enum SynchronizedInputType extends Enum<SynchronizedInputType> implements com4j.ComEnum
| Enum Constant and Description |
|---|
SynchronizedInputType_KeyDown
The value of this constant is 2
|
SynchronizedInputType_KeyUp
The value of this constant is 1
|
SynchronizedInputType_LeftMouseDown
The value of this constant is 8
|
SynchronizedInputType_LeftMouseUp
The value of this constant is 4
|
SynchronizedInputType_RightMouseDown
The value of this constant is 32
|
SynchronizedInputType_RightMouseUp
The value of this constant is 16
|
| Modifier and Type | Method and Description |
|---|---|
int |
comEnumValue() |
static SynchronizedInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronizedInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynchronizedInputType SynchronizedInputType_KeyUp
The value of this constant is 1
public static final SynchronizedInputType SynchronizedInputType_KeyDown
The value of this constant is 2
public static final SynchronizedInputType SynchronizedInputType_LeftMouseUp
The value of this constant is 4
public static final SynchronizedInputType SynchronizedInputType_LeftMouseDown
The value of this constant is 8
public static final SynchronizedInputType SynchronizedInputType_RightMouseUp
The value of this constant is 16
public static final SynchronizedInputType SynchronizedInputType_RightMouseDown
The value of this constant is 32
public static SynchronizedInputType[] values()
for (SynchronizedInputType c : SynchronizedInputType.values()) System.out.println(c);
public static SynchronizedInputType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int comEnumValue()
comEnumValue in interface com4j.ComEnumCopyright © 2016. All rights reserved.