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