Class NameValuePair_impl

java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.metadata.impl.NameValuePair_impl
All Implemented Interfaces:
Serializable, Cloneable, MetaDataObject, NameValuePair, XMLizable

public class NameValuePair_impl extends MetaDataObject_impl implements NameValuePair
Reference implementation of NameValuePair.
See Also:
  • Constructor Details

    • NameValuePair_impl

      public NameValuePair_impl()
      Creates a new NameValuePair_impl with a null name and value.
    • NameValuePair_impl

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