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

    • FcSwitchProps

      public FcSwitchProps()
  • Method Details

    • getDescription

      public String getDescription()
      Returns:
      A human-readable description for this node.
    • getSwitchValue

      public String getSwitchValue()
      Returns:
      The switch value to test against the individual switch cases.
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - A human-readable description for this node.
    • setSwitchValue

      public void setSwitchValue(String switchValue)
      Parameters:
      switchValue - The switch value to test against the individual switch cases.