Uses of Class
org.processmining.filterbook.types.SelectionType
-
Packages that use SelectionType Package Description org.processmining.filterbook.parameters org.processmining.filterbook.types -
-
Uses of SelectionType in org.processmining.filterbook.parameters
Methods in org.processmining.filterbook.parameters that return types with arguments of type SelectionType Modifier and Type Method Description OneFromListParameter<SelectionType>Parameters. getOneFromListSelection()Method parameters in org.processmining.filterbook.parameters with type arguments of type SelectionType Modifier and Type Method Description voidParameters. setOneFromListSelection(OneFromListParameter<SelectionType> oneFromListSelection) -
Uses of SelectionType in org.processmining.filterbook.types
Methods in org.processmining.filterbook.types that return SelectionType Modifier and Type Method Description static SelectionTypeSelectionType. 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.
-