Interface IMacroDS

All Known Implementing Classes:
XmlMacroDS

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

    Modifier and Type
    Method
    Description
    char
    This method returns the name of the macro.
    This method returns the rule.
  • Method Details

    • getName

      char getName()
      This method returns the name of the macro.
      Returns:
      Name of the macro
    • getRule

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