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