org.eclipse.emf.facet.efacet
Interface ParameterValue


Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
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()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
  getValue()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 void setParameter(Parameter value)
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 

Method Detail

getParameter

@Deprecated
Parameter getParameter()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

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

@Deprecated
void setParameter(Parameter value)
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Sets the value of the 'Parameter' reference.

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

getValue

@Deprecated
 getValue()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

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: