public class NameValuePairImpl extends Object implements org.apache.uima.collection.metadata.NameValuePair
| Constructor and Description |
|---|
NameValuePairImpl()
Instantiates a new name value pair impl.
|
NameValuePairImpl(String aName,
Object aValue)
Instantiates a new name value pair impl.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getValue() |
void |
setName(String aName) |
void |
setValue(Object aValue) |
public NameValuePairImpl()
public String getName()
getName in interface org.apache.uima.collection.metadata.NameValuePairpublic void setName(String aName)
setName in interface org.apache.uima.collection.metadata.NameValuePairpublic Object getValue()
getValue in interface org.apache.uima.collection.metadata.NameValuePairpublic void setValue(Object aValue)
setValue in interface org.apache.uima.collection.metadata.NameValuePairCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.