public class NameValuePair_impl extends MetaDataObject_impl implements NameValuePair
NameValuePair.| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic 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 valuepublic 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_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2013. All Rights Reserved.