public enum ObjectAction extends Enum<ObjectAction>
Enum Constant and Description |
---|
ADD_ENTRY |
ADD_TO_READOUT_LIST |
ADD_VALUE |
AND |
AND_NOT |
CLEAR |
DELETE_ENTRY |
DELETE_FROM_READOUT_LIST |
FREEZE_DATA |
OR |
RESERVED_0X0A |
SUBTRACT_VALUE |
WRITE |
XOR |
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static ObjectAction |
fromLabel(String label) |
String |
getLabel() |
String |
toString() |
static ObjectAction |
valueOf(int id) |
static ObjectAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectAction WRITE
public static final ObjectAction ADD_VALUE
public static final ObjectAction SUBTRACT_VALUE
public static final ObjectAction OR
public static final ObjectAction AND
public static final ObjectAction XOR
public static final ObjectAction AND_NOT
public static final ObjectAction CLEAR
public static final ObjectAction ADD_ENTRY
public static final ObjectAction DELETE_ENTRY
public static final ObjectAction RESERVED_0X0A
public static final ObjectAction FREEZE_DATA
public static final ObjectAction ADD_TO_READOUT_LIST
public static final ObjectAction DELETE_FROM_READOUT_LIST
public static ObjectAction[] values()
for (ObjectAction c : ObjectAction.values()) System.out.println(c);
public static ObjectAction 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 static ObjectAction valueOf(int id)
public String toString()
toString
in class Enum<ObjectAction>
public String getLabel()
public static ObjectAction fromLabel(String label)
Copyright © 2009–2016 MBus4J. All rights reserved.