Class SwitchCaseTarget
java.lang.Object
org.pentaho.di.trans.steps.switchcase.SwitchCaseTarget
- All Implemented Interfaces:
Cloneable
Utility class that contains the case value, the target step name and the resolved target step
- Author:
- matt
-
Field Summary
Modifier and TypeFieldDescriptionThe case target stepThe case target step name (only used during serialization)The value to switch over -
Constructor Summary
-
Method Summary
-
Field Details
-
caseValue
The value to switch over -
caseTargetStepname
The case target step name (only used during serialization) -
caseTargetStep
The case target step
-
-
Constructor Details
-
SwitchCaseTarget
public SwitchCaseTarget()
-
-
Method Details
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-