Interface RuleProperty

All Superinterfaces:
PropertyDriven
All Known Subinterfaces:
BooleanRuleProperty, FieldsProperty, LongRuleProperty, NodeListActionProperty, RegularExpressionProperty, TermsProperty, XPathExpressionProperty
All Known Implementing Classes:
StandardLongRuleProperty, StandardRuleProperty, StandardXPathExpressionProperty

public interface RuleProperty extends PropertyDriven
  • Method Details

    • getName

      String getName()
    • getValue

      String getValue()
    • setValue

      void setValue(String value)