org.apache.uima.cas.impl
Class DebugNameValuePair

java.lang.Object
  extended by org.apache.uima.cas.impl.DebugNameValuePair

public class DebugNameValuePair
extends java.lang.Object


Constructor Summary
DebugNameValuePair(java.lang.String aName, java.lang.Object aValue)
          Creates a new NameValuePair_impl with the specified name and value.
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugNameValuePair

public DebugNameValuePair(java.lang.String aName,
                          java.lang.Object aValue)
Creates a new NameValuePair_impl with the specified name and value.

Parameters:
aName - a name
aValue - a value
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 class java.lang.Object


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.