|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xins.common.spec.ParameterSpec
Specification of a parameter.
Method Summary | |
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 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 |