Class QueryDescr

All Implemented Interfaces:
Externalizable, Serializable, Namespaceable

public class QueryDescr extends RuleDescr
See Also:
  • Constructor Details

    • QueryDescr

      public QueryDescr()
    • QueryDescr

      public QueryDescr(String name)
    • QueryDescr

      public QueryDescr(String ruleName, String documentation)
  • Method Details

    • addParameter

      public void addParameter(String type, String variable)
    • getParameters

      public String[] getParameters()
    • getParameterTypes

      public String[] getParameterTypes()
    • isRule

      public boolean isRule()
      Overrides:
      isRule in class RuleDescr
    • isQuery

      public boolean isQuery()
      Overrides:
      isQuery in class RuleDescr
    • toString

      public String toString()
      Overrides:
      toString in class RuleDescr