org.apache.uima.collection.impl.metadata.cpe
Class NameValuePairImpl

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

public class NameValuePairImpl
extends java.lang.Object
implements NameValuePair


Constructor Summary
NameValuePairImpl()
           
NameValuePairImpl(java.lang.String aName, java.lang.Object aValue)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameValuePairImpl

public NameValuePairImpl()

NameValuePairImpl

public NameValuePairImpl(java.lang.String aName,
                         java.lang.Object aValue)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NameValuePair
Gets the name.

Specified by:
getName in interface NameValuePair
Returns:
the name

setName

public void setName(java.lang.String aName)
Description copied from interface: NameValuePair
Sets the name.

Specified by:
setName in interface NameValuePair
Parameters:
aName - a name

getValue

public java.lang.Object getValue()
Description copied from interface: NameValuePair
Gets the value.

Specified by:
getValue in interface NameValuePair
Returns:
the value

setValue

public void setValue(java.lang.Object aValue)
Description copied from interface: NameValuePair
Sets the value.

Specified by:
setValue in interface NameValuePair
Parameters:
aValue - a value


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