public class ServiceParameterGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ServiceParameterOrRepeater> |
_parameters
The group's parameters.
|
| Constructor and Description |
|---|
ServiceParameterGroup()
Build a new service parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(ServiceParameterOrRepeater parameter)
Add a parameter to the group.
|
List<ServiceParameterOrRepeater> |
getParameters()
Get the group's parameters.
|
void |
insertAfter(ServiceParameterOrRepeater parameter,
String paramName)
Insert a parameter to the group, just after the given parameter
|
void |
setParameters(List<ServiceParameterOrRepeater> parameters)
Set the group's parameters.
|
protected List<ServiceParameterOrRepeater> _parameters
public ServiceParameterGroup()
public List<ServiceParameterOrRepeater> getParameters()
public void setParameters(List<ServiceParameterOrRepeater> parameters)
parameters - the group's parameters.public void add(ServiceParameterOrRepeater parameter)
parameter - the parameter to add.public void insertAfter(ServiceParameterOrRepeater parameter, String paramName)
parameter - The parameter to insertparamName - The name of parameter to insert after