Package io.atlasmap.v2
Class ActionParameters
java.lang.Object
io.atlasmap.v2.ActionParameters
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parameter property.
-
Field Details
-
parameter
-
-
Constructor Details
-
ActionParameters
public ActionParameters()
-
-
Method Details
-
getParameter
Gets the value of the parameter property.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
- Returns:
- A list of
ActionParameter
-