|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.rules.metadata.FieldValidatorMetaData
An instance of this class represents the 'field-validator' element of the Validator config file.
| Constructor Summary | |
FieldValidatorMetaData()
|
|
| Method Summary | |
void |
addParameter(String name,
String value)
Add a parameter. |
void |
clearParameters()
Clears the parameters. |
String |
getClassName()
Getter for the property className. |
String |
getDescription()
Getter for the property description. |
boolean |
getMandatory()
Getter for the property mandatory. |
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 |
setClassName(String className)
Setter for property className. |
void |
setDescription(String description)
Setter for property description. |
void |
setMandatory(boolean mandatory)
Setter for property mandatory. |
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 FieldValidatorMetaData()
| Method Detail |
public String getName()
public void setName(String name)
name - New value of property name.public String getDescription()
public void setDescription(String description)
description - New value of property description.public String getClassName()
public void setClassName(String className)
className - New value of property className.public boolean getMandatory()
public void setMandatory(boolean mandatory)
mandatory - New value of property mandatory.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 | ||||||||||