Class ValuePair
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.ValuePair
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oldV
-
newV
-
-
Constructor Details
-
ValuePair
-
-
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
-