Class ValuePair
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.ValuePair
The Class ValuePair.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ValuePair
Instantiates a new value pair.- Parameters:
oldValue
- the old valuenewValue
- the new value
-
-
Method Details
-
getNewV
Returns the newV.- Returns:
- String
-
getOldV
Returns the oldV.- Returns:
- String
-
setNewV
Sets the newV.- Parameters:
newV
- The newV to set
-
setOldV
Sets the oldV.- Parameters:
oldV
- The oldV to set
-