Class DebugNameValuePair

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

public class DebugNameValuePair extends Object
  • Constructor Details

    • DebugNameValuePair

      public DebugNameValuePair(String aName, Object aValue)
      Creates a new NameValuePair_impl with the specified name and value.
      Parameters:
      aName - a name
      aValue - a value
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object