public interface NameValuePair extends MetaDataObject
MetaDataObject
that stores a name (String) and value (Object).Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
Object |
getValue()
Gets the value.
|
void |
setName(String aName)
Sets the name.
|
void |
setValue(Object aValue)
Sets the value.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.