Class ValuePair
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.ValuePair
-
public class ValuePair extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValuePair(java.lang.String oldValue, java.lang.String newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetNewV()Returns the newV.java.lang.StringgetOldV()Returns the oldV.voidsetNewV(java.lang.String newV)Sets the newV.voidsetOldV(java.lang.String oldV)Sets the oldV.
-
-
-
Method Detail
-
getNewV
public java.lang.String getNewV()
Returns the newV.- Returns:
- String
-
getOldV
public java.lang.String getOldV()
Returns the oldV.- Returns:
- String
-
setNewV
public void setNewV(java.lang.String newV)
Sets the newV.- Parameters:
newV- The newV to set
-
setOldV
public void setOldV(java.lang.String oldV)
Sets the oldV.- Parameters:
oldV- The oldV to set
-
-