| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.rules.metadata.RuleMetaData
An instance of this class represents a rule defined in the Rules config file.
| Constructor Summary | |
| RuleMetaData()Creates an instance. | |
| Method Summary | |
|  void | addParameter(String name,
                         String value)Add a parameter. | 
|  void | clearParameters()Clears the parameters. | 
|  String | getName()Getter for the property name. | 
|  String | getParameter(String name)Returns the value of the parameter. | 
|  Map | getParameters()Getter for the property parameters. | 
|  void | setName(String name)Setter for property name. | 
|  String | toString()Returns diagnostic information. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public RuleMetaData()
| Method Detail | 
public String getName()
public void setName(String name)
name - New value of property name.public void clearParameters()
public void addParameter(String name,
                         String value)
name - The name of the parameter.value - The value of the parameter.public Map getParameters()
public String getParameter(String name)
name - The name of the parameter.
public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||