Uses of Enum
de.xima.fc.workflow.model.EWorkflowTextSource
Packages that use EWorkflowTextSource
-
Uses of EWorkflowTextSource in de.xima.fc.workflow.model
Subclasses with type arguments of type EWorkflowTextSource in de.xima.fc.workflow.modelModifier and TypeClassDescriptionenumSource of textual data for workflow actions.Methods in de.xima.fc.workflow.model that return EWorkflowTextSourceModifier and TypeMethodDescriptionstatic EWorkflowTextSourceReturns 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 EWorkflowTextSourceModifier and TypeMethodDescriptionListItemSourcePropsRowsOfCharacterSeparatedValues.getCsvRowsSource()The source of the CSV rows.Methods in de.xima.fc.workflow.model.list_item_source with parameters of type EWorkflowTextSourceModifier and TypeMethodDescriptionvoidListItemSourcePropsRowsOfCharacterSeparatedValues.setCsvRowsSource(EWorkflowTextSource csvRowsSource) The source of the CSV rows.