public class ServiceParameter extends Parameter<ParameterHelper.ParameterType> implements ServiceParameterOrRepeater
Service
parameter.Modifier and Type | Field and Description |
---|---|
private boolean |
_isMultiple |
private Logger |
_logger |
Constructor and Description |
---|
ServiceParameter() |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Retrieves the default value.
|
boolean |
isMultiple()
Tests if the parameter is multiple.
|
void |
setMultiple(boolean isMultiple)
Set the parameter multiple status.
|
String |
toString() |
getDescription, getEnumerator, getId, getLabel, getPluginName, getType, getValidator, getWidget, getWidgetParameters, setDefaultValue, setDescription, setEnumerator, setId, setLabel, setPluginName, setType, setValidator, setWidget, setWidgetParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId
private boolean _isMultiple
public ServiceParameter()
public boolean isMultiple()
true
if the parameter is multiple.public void setMultiple(boolean isMultiple)
isMultiple
- the parameter multiple status.public Object getDefaultValue()
Parameter
getDefaultValue
in class Parameter<ParameterHelper.ParameterType>
null
if none is defined.