Class ActionParameter

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

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

    • values

      protected List<String> values
    • name

      protected String name
    • displayName

      protected String displayName
    • description

      protected String description
    • fieldType

      protected FieldType fieldType
  • Constructor Details

    • ActionParameter

      public ActionParameter()
  • Method Details

    • getValues

      public List<String> getValues()
      Gets the value of the values 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 values property.

      For example, to add a new item, do as follows:

          getValues().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      A list of parameter values
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDisplayName

      public String getDisplayName()
      Gets the value of the displayName property.
      Returns:
      possible object is String
    • setDisplayName

      public void setDisplayName(String value)
      Sets the value of the displayName property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getFieldType

      public FieldType getFieldType()
      Gets the value of the fieldType property.
      Returns:
      possible object is FieldType
    • setFieldType

      public void setFieldType(FieldType value)
      Sets the value of the fieldType property.
      Parameters:
      value - allowed object is FieldType