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 type EWorkflowNodeType.FC_FOR_EACH_LOOP.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FcForEachLoopProps

      public FcForEachLoopProps()
  • Method Details

    • 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.