Interface IRuleDS

All Known Implementing Classes:
XmlRuleDS

public interface IRuleDS
This data source is used to initialize a rule.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The base integer of the rule.
    This method returns the rule.
  • Method Details

    • getBase

      int getBase()
      The base integer of the rule.
      Returns:
      The base.
    • getRule

      String getRule()
      This method returns the rule.
      Returns:
      The rule.