public final class ParameterSpec extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
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
.See http://www.xins.org/.