Class ForEachWrapper
- java.lang.Object
-
- de.codecentric.reedelk.runtime.component.ForEach
-
- de.codecentric.reedelk.platform.component.foreach.ForEachWrapper
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.api.component.Component,de.codecentric.reedelk.runtime.api.component.Implementor
public class ForEachWrapper extends de.codecentric.reedelk.runtime.component.ForEach
-
-
Constructor Summary
Constructors Constructor Description ForEachWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionNodegetFirstEachNode()ExecutionNodegetStopNode()voidsetFirstEachNode(ExecutionNode firstEachNode)voidsetStopNode(ExecutionNode stopNode)
-
-
-
Method Detail
-
getStopNode
public ExecutionNode getStopNode()
-
getFirstEachNode
public ExecutionNode getFirstEachNode()
-
setStopNode
public void setStopNode(ExecutionNode stopNode)
-
setFirstEachNode
public void setFirstEachNode(ExecutionNode firstEachNode)
-
-