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, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLString getName()
void setName(String aName)
aName - the nameString getValue()
void setValue(String aValue)
aValue - the valueCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.