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