Class FcMultipleConditionProps

    • Constructor Detail

      • FcMultipleConditionProps

        public FcMultipleConditionProps()
    • 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.
      • getLabelNo

        public String getLabelNo()
        Returns:
        The label that is shown on the no branch. Defaults to the localized version of the word no.
      • getLabelYes

        public String getLabelYes()
        Returns:
        The label that is shown on the yes branch. Defaults to the localized version of the word yes.
      • 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.
      • setLabelNo

        public void setLabelNo​(String labelNo)
        Parameters:
        labelNo - The label that is shown on the no branch. Defaults to the localized version of the word no.
      • setLabelYes

        public void setLabelYes​(String labelYes)
        Parameters:
        labelYes - The label that is shown on the yes branch. Defaults to the localized version of the word yes.