Class FcMultipleConditionProps

    • Constructor Detail

      • FcMultipleConditionProps

        public FcMultipleConditionProps()
    • Method Detail

      • getCustomExpression

        public String getCustomExpression()
        Returns:
        A custom boolean infix expression for combining the individual conditions.
      • 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.