public static enum DeviceApi.ButtonType extends Enum<DeviceApi.ButtonType>
| Enum Constant and Description |
|---|
Cancel |
Next |
Ok |
Prev |
Repeat |
Rotate |
Rotate90 |
StartSignature |
Unknown |
ZoomIn |
ZoomOut |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static DeviceApi.ButtonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceApi.ButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceApi.ButtonType Unknown
public static final DeviceApi.ButtonType Rotate
public static final DeviceApi.ButtonType Next
public static final DeviceApi.ButtonType Prev
public static final DeviceApi.ButtonType Ok
public static final DeviceApi.ButtonType Repeat
public static final DeviceApi.ButtonType Cancel
public static final DeviceApi.ButtonType ZoomIn
public static final DeviceApi.ButtonType ZoomOut
public static final DeviceApi.ButtonType StartSignature
public static final DeviceApi.ButtonType Rotate90
public static DeviceApi.ButtonType[] values()
for (DeviceApi.ButtonType c : DeviceApi.ButtonType.values()) System.out.println(c);
public static DeviceApi.ButtonType 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 getValue()
Copyright © 2025. All rights reserved.