Package de.xima.fc.workflow.model.nodes
Class FcSwitchProps
java.lang.Object
de.xima.fc.workflow.model.nodes.FcSwitchProps
- All Implemented Interfaces:
Serializable
The properties model for workflow nodes of type
EWorkflowNodeType.FC_SWITCH
.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setSwitchValue
(String switchValue)
-
Constructor Details
-
FcSwitchProps
public FcSwitchProps()
-
-
Method Details
-
getDescription
- Returns:
- A human-readable description for this node.
-
getSwitchValue
- Returns:
- The switch value to test against the individual switch cases.
-
setDescription
- Parameters:
description
- A human-readable description for this node.
-
setSwitchValue
- Parameters:
switchValue
- The switch value to test against the individual switch cases.
-