Package io.atlasmap.v2
Class SubStringAfter
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.SubStringAfter
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endIndex property.getMatch()
Gets the value of the match property.Gets the value of the startIndex property.void
setEndIndex
(Integer value) Sets the value of the endIndex property.void
Sets the value of the match property.void
setStartIndex
(Integer value) Sets the value of the startIndex 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
-
startIndex
-
endIndex
-
match
-
-
Constructor Details
-
SubStringAfter
public SubStringAfter()
-
-
Method Details
-
getStartIndex
Gets the value of the startIndex property.- Returns:
- possible object is
Integer
-
setStartIndex
Sets the value of the startIndex property.- Parameters:
value
- allowed object isInteger
-
getEndIndex
Gets the value of the endIndex property.- Returns:
- possible object is
Integer
-
setEndIndex
Sets the value of the endIndex property.- Parameters:
value
- allowed object isInteger
-
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
-