Interface PCMOperationParameterReference

    • Method Detail

      • 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:
        setParameter(Parameter), PCMPackage.getPCMOperationParameterReference_Parameter()
        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:
        getParameter()
        Generated class or method.