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_impl
with the specified name and value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name.java.lang.Object
getValue()
Gets the value.void
setName(java.lang.String aName)
Sets the name.void
setValue(java.lang.Object aValue)
Sets the value.java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-