|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.metadata.impl.NameValuePair_impl
public class NameValuePair_impl
Reference implementation of NameValuePair.
| Constructor Summary | |
|---|---|
NameValuePair_impl()
Creates a new NameValuePair_impl with a null name and value. |
|
NameValuePair_impl(java.lang.String aName,
java.lang.Object aValue)
Creates a new NameValuePair_impl with the specified name and value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name. |
java.lang.Object |
getValue()
Gets the value. |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML. |
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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
|---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
| Methods inherited from interface org.apache.uima.util.XMLizable |
|---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
| Constructor Detail |
|---|
public NameValuePair_impl()
NameValuePair_impl with a null name and value.
public NameValuePair_impl(java.lang.String aName,
java.lang.Object aValue)
NameValuePair_impl with the specified name and value.
aName - a nameaValue - a value| Method Detail |
|---|
public java.lang.String getName()
getName in interface NameValuePairpublic void setName(java.lang.String aName)
setName in interface NameValuePairaName - a namepublic java.lang.Object getValue()
getValue in interface NameValuePairpublic void setValue(java.lang.Object aValue)
setValue in interface NameValuePairaValue - a valueprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo in class MetaDataObject_impl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||