Package org.apache.uima.cas.impl
Class DebugNameValuePair
- java.lang.Object
-
- org.apache.uima.cas.impl.DebugNameValuePair
-
public class DebugNameValuePair extends Object
-
-
Constructor Summary
Constructors Constructor Description DebugNameValuePair(String aName, Object aValue)
Creates a newNameValuePair_impl
with the specified name and value.
-
-
-
Method Detail
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
setName
public void setName(String aName)
Sets the name.- Parameters:
aName
- a name
-
getValue
public Object getValue()
Gets the value.- Returns:
- the value
-
setValue
public void setValue(Object aValue)
Sets the value.- Parameters:
aValue
- a value
-
-