Class NameValuePairImpl

java.lang.Object
org.apache.uima.collection.impl.metadata.cpe.NameValuePairImpl
All Implemented Interfaces:
NameValuePair

public class NameValuePairImpl extends Object implements NameValuePair
The Class NameValuePairImpl.
  • Constructor Details

    • NameValuePairImpl

      public NameValuePairImpl()
      Instantiates a new name value pair impl.
    • NameValuePairImpl

      public NameValuePairImpl(String aName, Object aValue)
      Instantiates a new name value pair impl.
      Parameters:
      aName - the a name
      aValue - the a value
  • Method Details