public interface ParameterValue
The following features are supported:
LaunchPackage.getParameterValue()| Modifier and Type | Method and Description |
|---|---|
DiscovererParameter |
getParameter()
Returns the value of the 'Parameter' reference.
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setParameter(DiscovererParameter value)
Sets the value of the '
Parameter' reference. |
void |
setValue(java.lang.Object value)
Sets the value of the '
Value' attribute. |
DiscovererParameter getParameter()
If the meaning of the 'Parameter' reference isn't clear, there really should be more of a description here...
setParameter(DiscovererParameter),
LaunchPackage.getParameterValue_Parameter()void setParameter(DiscovererParameter value)
Parameter' reference.
value - the new value of the 'Parameter' reference.getParameter()java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Object),
LaunchPackage.getParameterValue_Value()void setValue(java.lang.Object value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()