Class CustomAction

java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.CustomAction
All Implemented Interfaces:
FieldAction, Serializable

public class CustomAction extends Action implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • className

      protected String className
    • methodName

      protected String methodName
    • inputFieldType

      protected FieldType inputFieldType
    • outputFieldType

      protected FieldType outputFieldType
  • Constructor Details

    • CustomAction

      public CustomAction()
  • Method Details

    • 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
    • getClassName

      public String getClassName()
      Gets the value of the className property.
      Returns:
      possible object is String
    • setClassName

      public void setClassName(String value)
      Sets the value of the className property.
      Parameters:
      value - allowed object is String
    • getMethodName

      public String getMethodName()
      Gets the value of the methodName property.
      Returns:
      possible object is String
    • setMethodName

      public void setMethodName(String value)
      Sets the value of the methodName property.
      Parameters:
      value - allowed object is String
    • getInputFieldType

      public FieldType getInputFieldType()
      Gets the value of the inputFieldType property.
      Returns:
      possible object is FieldType
    • setInputFieldType

      public void setInputFieldType(FieldType value)
      Sets the value of the inputFieldType property.
      Parameters:
      value - allowed object is FieldType
    • getOutputFieldType

      public FieldType getOutputFieldType()
      Gets the value of the outputFieldType property.
      Returns:
      possible object is FieldType
    • setOutputFieldType

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