org.eclipse.emf.facet.efacet
Interface ParameterValue


public interface ParameterValue

A representation of the model object 'Parameter Value'. This is the value given as a parameter to execute a query.

The following features are supported:

See Also:
EFacetPackage.getParameterValue()
Generated:
Model:

Method Summary
 Parameter getParameter()
          Returns the value of the 'Parameter' reference.
  getValue()
          Returns the value of the 'Value' attribute list.
 void setParameter(Parameter value)
          Sets the value of the 'Parameter' reference.
 

Method Detail

getParameter

Parameter getParameter()
Returns the value of the 'Parameter' reference.

If the meaning of the 'Parameter' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter' reference.
See Also:
setParameter(Parameter), EFacetPackage.getParameterValue_Parameter()
Generated:
Model:
required="true"

setParameter

void setParameter(Parameter value)
Sets the value of the 'Parameter' reference.

Parameters:
value - the new value of the 'Parameter' reference.
See Also:
getParameter()
Generated:

getValue

 getValue()
Returns the value of the 'Value' attribute list. The list contents are of type Object.

If the meaning of the 'Value' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute list.
See Also:
EFacetPackage.getParameterValue_Value()
Generated:
Model: