Package org.apache.uima.cas.impl
Class DebugNameValuePair
- java.lang.Object
-
- org.apache.uima.cas.impl.DebugNameValuePair
-
public class DebugNameValuePair extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DebugNameValuePair(java.lang.String aName, java.lang.Object aValue)Creates a newNameValuePair_implwith the specified name and value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the name.java.lang.ObjectgetValue()Gets the value.voidsetName(java.lang.String aName)Sets the name.voidsetValue(java.lang.Object aValue)Sets the value.java.lang.StringtoString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
setName
public void setName(java.lang.String aName)
Sets the name.- Parameters:
aName- a name
-
getValue
public java.lang.Object getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(java.lang.Object aValue)
Sets the value.- Parameters:
aValue- a value
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-