public static enum H35.KeyEventType extends java.lang.Enum<H35.KeyEventType>
Enum Constant and Description |
---|
CLIPBOARD
読み取りデータをクリップボードへ保存し、カーソル部分へ貼り付ける Copy the read data to clipboard and paste the read data to the cursor part |
INPUT_EVENT
読み取りデータをキー入力として入力する Enter the read data as a key input |
INPUT_METHOD_SERVICE
読み取りデータをカーソル部分へ貼り付ける Paste the read data to the cursor part |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static H35.KeyEventType |
valueOf(int id) |
static H35.KeyEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static H35.KeyEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final H35.KeyEventType INPUT_METHOD_SERVICE
public static final H35.KeyEventType INPUT_EVENT
public static final H35.KeyEventType CLIPBOARD
public static H35.KeyEventType[] values()
for (H35.KeyEventType c : H35.KeyEventType.values()) System.out.println(c);
public static H35.KeyEventType 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 static H35.KeyEventType valueOf(int id)
public int getId()