public class ActionParameters extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<ActionParameter> |
parameter |
Constructor and Description |
---|
ActionParameters() |
Modifier and Type | Method and Description |
---|---|
List<ActionParameter> |
getParameter()
Gets the value of the parameter property.
|
protected List<ActionParameter> parameter
public List<ActionParameter> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ActionParameter
ActionParameter
Copyright © 2020 JBoss by Red Hat. All rights reserved.