Class ActionParameters

java.lang.Object
io.atlasmap.v2.ActionParameters
All Implemented Interfaces:
Serializable

public class ActionParameters extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ActionParameters

      public ActionParameters()
  • Method Details

    • getParameter

      public List<ActionParameter> 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