Package io.atlasmap.v2
Class ReplaceFirst
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ReplaceFirst
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMatch()
Gets the value of the match property.Gets the value of the newString property.void
Sets the value of the match property.void
setNewString
(String value) Sets the value of the newString 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
-
Constructor Details
-
ReplaceFirst
public ReplaceFirst()
-
-
Method Details
-
getMatch
Gets the value of the match property.- Returns:
- possible object is
String
-
setMatch
Sets the value of the match property.- Parameters:
value
- allowed object isString
-
getNewString
Gets the value of the newString property.- Returns:
- possible object is
String
-
setNewString
Sets the value of the newString property.- Parameters:
value
- allowed object isString
-