Interface RuleParameter<T>

    • Method Detail

      • getId

        String getId()
        Returns the rule parameter id. The id describes what the parameter is for and it is unique within the rule.
        Returns:
        the rule parameter id
        Since:
        9.10.2
      • getValue

        T getValue()
        Returns the value of this rule parameter.
        Returns:
        the value
      • getRule

        Rule getRule()
        Returns the rule this parameter belongs to.
        Returns:
        the rule this parameter belongs to