Class FcSwitchProps

    • Constructor Detail

      • FcSwitchProps

        public FcSwitchProps()
    • Method Detail

      • 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.