Package de.xima.fc.workflow.model.nodes
Class FcForEachLoopProps
- java.lang.Object
-
- de.xima.fc.workflow.taglib.model.BaseForEachLoopProps
-
- de.xima.fc.workflow.model.nodes.FcForEachLoopProps
-
- All Implemented Interfaces:
IDescriptionProviding
,INameProviding
,Serializable
public final class FcForEachLoopProps extends BaseForEachLoopProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_FOR_EACH_LOOP
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface de.xima.fc.entities.interfaces.IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTION
-
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
-
Constructor Summary
Constructors Constructor Description FcForEachLoopProps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AListItemSourceProps
getSourceProps()
void
setSourceProps(AListItemSourceProps sourceProps)
-
Methods inherited from class de.xima.fc.workflow.taglib.model.BaseForEachLoopProps
getBeschreibung, getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
getSourceProps
public AListItemSourceProps getSourceProps()
- Returns:
- The properties for the currently selected source value type.
-
setSourceProps
public void setSourceProps(AListItemSourceProps sourceProps)
- Parameters:
sourceProps
- The properties for the currently selected source value type.
-
-