Interface PCMOperationParameterReference

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier, ParameterReference, PCMParameterReference
All Known Implementing Classes:
PCMOperationParameterReferenceImpl

public interface PCMOperationParameterReference extends PCMParameterReference
A representation of the model object ' Operation Parameter Reference'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getParameter

      org.palladiosimulator.pcm.repository.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:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setParameter

      void setParameter(org.palladiosimulator.pcm.repository.Parameter value)
      Sets the value of the ' Parameter' reference.
      Parameters:
      value - the new value of the 'Parameter' reference.
      See Also:
      Generated class or method.