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