public class SelectAction extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static SelectAction |
ASSERT_SET_A_NOT_DEASSERT_SET_B
The instance of Assert Set A Not Deassert Set B
|
static SelectAction |
ASSERT_SET_A_NOT_NOTHING_NOTHING
The instance of Assert Set A Not Nothing Nothing
|
static SelectAction |
DEASSERT_SET_B_NOT_ASSERT_SET_A
The instance of Deassert Set B Not Assert Set A
|
static SelectAction |
DEASSERT_SET_B_NOT_NOTHING_NOTHING
The instance of Deassert Set B Not Nothing Nothing
|
static SelectAction |
NOT_SPECIFIED
The instance of Not Specified
|
static SelectAction |
NOTHING_NOTHING_NOT_ASSERT_SET_A
The instance of Nothing Nothing Not Assert Set A
|
static SelectAction |
NOTHING_NOTHING_NOT_DEASSERT_SET_B
The instance of Nothing Nothing Not Deassert Set B
|
static SelectAction |
NOTHING_NOTHING_NOT_TOGGLE_TOGGLE
The instance of Nothing Nothing Not Toggle Toggle
|
static SelectAction[] |
PRIVATE_VALUES |
static SelectAction |
TOGGLE_TOGGLE_NOT_NOTHING_NOTHING
The instance of Toggle Toggle Not Nothing Nothing
|
Modifier and Type | Method and Description |
---|---|
static SelectAction[] |
getValues() |
static SelectAction |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final SelectAction NOT_SPECIFIED
public static final SelectAction ASSERT_SET_A_NOT_DEASSERT_SET_B
public static final SelectAction ASSERT_SET_A_NOT_NOTHING_NOTHING
public static final SelectAction NOTHING_NOTHING_NOT_DEASSERT_SET_B
public static final SelectAction TOGGLE_TOGGLE_NOT_NOTHING_NOTHING
public static final SelectAction DEASSERT_SET_B_NOT_ASSERT_SET_A
public static final SelectAction DEASSERT_SET_B_NOT_NOTHING_NOTHING
public static final SelectAction NOTHING_NOTHING_NOT_ASSERT_SET_A
public static final SelectAction NOTHING_NOTHING_NOT_TOGGLE_TOGGLE
public static final SelectAction[] PRIVATE_VALUES
public static final SelectAction[] getValues()
public static final SelectAction Parse(java.lang.String parameter)