public interface Parameter extends MetaDataObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the parameter
|
java.lang.String |
getValue()
Gets the value of the parameter.
|
void |
setName(java.lang.String aName)
Sets the name of the parameter
|
void |
setValue(java.lang.String aValue)
Sets the value of the parameter.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLjava.lang.String getName()
void setName(java.lang.String aName)
aName - the namejava.lang.String getValue()
void setValue(java.lang.String aValue)
aValue - the valueCopyright © 2013. All Rights Reserved.