|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xins.common.spec.ParameterSpec
Specification of a parameter.
| Method Summary | |
String |
getDefault()
Gets the default value of the parameter if any. |
String |
getDescription()
Gets the description of the parameter. |
String |
getName()
Gets the name of the parameter. |
Type |
getType()
Gets the type of the parameter. |
boolean |
isRequired()
Returns whether the parameter is mandatory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public String getName()
null.public String getDescription()
null.public String getDefault()
null.public boolean isRequired()
true if the parameter is required, false otherwise.public Type getType()
null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||