public static enum ParameterDescription.KEYS extends Enum<ParameterDescription.KEYS>
| Enum Constant and Description |
|---|
CONTROL |
DEFAULT |
FLAGS
0x01: Visible
0x02: Internal 0x04: Transform 0x08: Service 0x10: Sticky |
MAX |
MIN |
OPERATIONS
flags: 1=Read, 2=Write, 4=Event
|
SPECIAL
optional for type FLOAT or INTEGER:
array of special values as structs with members ID and VALUE
|
TAB_ORDER |
TYPE
FLOAT, INTEGER, BOOL, ENUM
|
UNIT |
VALUE_LIST
Values for ENUM
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterDescription.KEYS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterDescription.KEYS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterDescription.KEYS TYPE
public static final ParameterDescription.KEYS OPERATIONS
public static final ParameterDescription.KEYS FLAGS
public static final ParameterDescription.KEYS DEFAULT
public static final ParameterDescription.KEYS MAX
public static final ParameterDescription.KEYS MIN
public static final ParameterDescription.KEYS UNIT
public static final ParameterDescription.KEYS TAB_ORDER
public static final ParameterDescription.KEYS CONTROL
public static final ParameterDescription.KEYS SPECIAL
public static final ParameterDescription.KEYS VALUE_LIST
public static ParameterDescription.KEYS[] values()
for (ParameterDescription.KEYS c : ParameterDescription.KEYS.values()) System.out.println(c);
public static ParameterDescription.KEYS 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 nullCopyright © 2018. All rights reserved.