Modifier and Type | Method and Description |
---|---|
static AceCommandDescription.MultiSelectAction |
AceCommandDescription.MultiSelectAction.fromString(java.lang.String value) |
AceCommandDescription.MultiSelectAction |
AceCommandDescription.getMultiSelectAction()
Give multi-select action for this command.
|
static AceCommandDescription.MultiSelectAction |
AceCommandDescription.MultiSelectAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceCommandDescription.MultiSelectAction[] |
AceCommandDescription.MultiSelectAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AceCommandDescription |
AceCommandDescription.withMultiSelectAction(AceCommandDescription.MultiSelectAction multiSelectAction)
Chainable setter method for multiSelectAction property.
|