|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A parameter description holds information about a parameter such as the requirements of its presence or requirements to its value. There is no parameter value here.
| Method Summary | |
java.lang.String |
getDescription()
Returns the parameter's description. |
boolean |
getMaybeEmpty()
Can the parameters value be empty. |
java.lang.String |
getName()
Returns the parameters name |
boolean |
getRequired()
Is the parameter required? |
IValidator |
getValidator()
Get a validator that validates this kind of parameter. |
| Methods inherited from interface org.jwarp.service.configuration.IConfigurable |
configure |
| Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public boolean getRequired()
public boolean getMaybeEmpty()
public IValidator getValidator()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||