Uses of Class
de.xima.fc.workflow.model.EWorkflowTextSource
-
Packages that use EWorkflowTextSource Package Description de.xima.fc.workflow.model de.xima.fc.workflow.model.list_item_source -
-
Uses of EWorkflowTextSource in de.xima.fc.workflow.model
Methods in de.xima.fc.workflow.model that return EWorkflowTextSource Modifier and Type Method Description static EWorkflowTextSource
EWorkflowTextSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static EWorkflowTextSource[]
EWorkflowTextSource. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EWorkflowTextSource in de.xima.fc.workflow.model.list_item_source
Methods in de.xima.fc.workflow.model.list_item_source that return EWorkflowTextSource Modifier and Type Method Description EWorkflowTextSource
ListItemSourcePropsRowsOfCharacterSeparatedValues. getCsvRowsSource()
The source of the CSV rows.Methods in de.xima.fc.workflow.model.list_item_source with parameters of type EWorkflowTextSource Modifier and Type Method Description void
ListItemSourcePropsRowsOfCharacterSeparatedValues. setCsvRowsSource(EWorkflowTextSource csvRowsSource)
The source of the CSV rows.
-