Package | Description |
---|---|
org.processmining.filterbook.parameters | |
org.processmining.filterbook.types |
Modifier and Type | Method and Description |
---|---|
OneFromListParameter<SelectionType> |
Parameters.getOneFromListSelection() |
Modifier and Type | Method and Description |
---|---|
void |
Parameters.setOneFromListSelection(OneFromListParameter<SelectionType> oneFromListSelection) |
Modifier and Type | Method and Description |
---|---|
static SelectionType |
SelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectionType[] |
SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|