Class FcSwitchCaseProps

    • Constructor Detail

      • FcSwitchCaseProps

        public FcSwitchCaseProps()
    • Method Detail

      • getCustomExpression

        public String getCustomExpression()
        Returns:
        A custom boolean infix expression for combining the individual conditions.
      • getDescription

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

        public boolean isShowCustomExpression()
        Returns:
        Whether the custom expression should be shown in the UI.
      • setCombinationType

        public void setCombinationType​(EMultipleConditionCombinationType combinationType)
        Parameters:
        combinationType - How the individual conditions are combined.
      • setCustomExpression

        public void setCustomExpression​(String customExpression)
        Parameters:
        customExpression - A custom boolean infix expression for combining the individual conditions.
      • setDescription

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