public static enum ControlMessage.ControlMessageFields extends Enum<ControlMessage.ControlMessageFields>
Modifier and Type | Method and Description |
---|---|
static ControlMessage.ControlMessageFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlMessage.ControlMessageFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlMessage.ControlMessageFields ID
public static final ControlMessage.ControlMessageFields TYPE
public static final ControlMessage.ControlMessageFields PAYLOAD
public static ControlMessage.ControlMessageFields[] values()
for (ControlMessage.ControlMessageFields c : ControlMessage.ControlMessageFields.values()) System.out.println(c);
public static ControlMessage.ControlMessageFields 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 universAAL Consortium. All rights reserved.