Package io.atlasmap.v2
Class CustomAction
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.CustomAction
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.Gets the value of the inputFieldType property.Gets the value of the methodName property.getName()
Gets the value of the name property.Gets the value of the outputFieldType property.void
setClassName
(String value) Sets the value of the className property.void
setInputFieldType
(FieldType value) Sets the value of the inputFieldType property.void
setMethodName
(String value) Sets the value of the methodName property.void
Sets the value of the name property.void
setOutputFieldType
(FieldType value) Sets the value of the outputFieldType property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
name
-
className
-
methodName
-
inputFieldType
-
outputFieldType
-
-
Constructor Details
-
CustomAction
public CustomAction()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getClassName
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value
- allowed object isString
-
getMethodName
Gets the value of the methodName property.- Returns:
- possible object is
String
-
setMethodName
Sets the value of the methodName property.- Parameters:
value
- allowed object isString
-
getInputFieldType
Gets the value of the inputFieldType property.- Returns:
- possible object is
FieldType
-
setInputFieldType
Sets the value of the inputFieldType property.- Parameters:
value
- allowed object isFieldType
-
getOutputFieldType
Gets the value of the outputFieldType property.- Returns:
- possible object is
FieldType
-
setOutputFieldType
Sets the value of the outputFieldType property.- Parameters:
value
- allowed object isFieldType
-