Package de.xima.fc.workflow.model.nodes
Class FcSwitchProps
- java.lang.Object
- 
- de.xima.fc.workflow.model.nodes.FcSwitchProps
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class FcSwitchProps extends Object implements Serializable The properties model for workflow nodes of typeEWorkflowNodeType.FC_SWITCH.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FcSwitchProps()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetSwitchValue()voidsetDescription(String description)voidsetSwitchValue(String switchValue)
 
- 
- 
- 
Method Detail- 
getDescriptionpublic String getDescription() - Returns:
- A human-readable description for this node.
 
 - 
getSwitchValuepublic String getSwitchValue() - Returns:
- The switch value to test against the individual switch cases.
 
 - 
setDescriptionpublic void setDescription(String description) - Parameters:
- description- A human-readable description for this node.
 
 - 
setSwitchValuepublic void setSwitchValue(String switchValue) - Parameters:
- switchValue- The switch value to test against the individual switch cases.
 
 
- 
 
-