Parameter |
ParameterSet.addParameter(Parameter parameter) |
Adds a parameter to the set.
|
Parameter |
Parameter.setHint(String newHint) |
Setter for hint : A text hint that might be displayed to a user.
|
Parameter |
Parameter.setLabel(String newLabel) |
Setter for label : A label that might be presented to a user.
|
Parameter |
Parameter.setName(String newName) |
Setter for name : The paramater's name.
|
Parameter |
Parameter.setPossibleValues(Collection newPossibleValues) |
Setter for possibleValues : A list of possible values for value , or
null if the possible values is not a closed set.
|
Parameter |
Parameter.setRequired(boolean newRequired) |
Setter for required : Whether the parameter is required (true) or optional (false).
|
Parameter |
Parameter.setType(Class newType) |
Setter for type : The type of the parameter.
|
Parameter |
Parameter.setValue(Object newValue) |
Setter for value : The value (or default value) of the parameter.
|