Interface PCMComponentParameterReference

    • Method Detail

      • setImplementationComponentType

        void setImplementationComponentType​(org.palladiosimulator.pcm.repository.ImplementationComponentType value)
        Sets the value of the ' Implementation Component Type' reference.
        Parameters:
        value - the new value of the 'Implementation Component Type' reference.
        See Also:
        getImplementationComponentType()
        Generated class or method.
      • getVariableUsage

        org.palladiosimulator.pcm.parameter.VariableUsage getVariableUsage()
        Returns the value of the 'Variable Usage' reference.

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

        Returns:
        the value of the 'Variable Usage' reference.
        See Also:
        setVariableUsage(VariableUsage), PCMPackage.getPCMComponentParameterReference_VariableUsage()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setVariableUsage

        void setVariableUsage​(org.palladiosimulator.pcm.parameter.VariableUsage value)
        Sets the value of the ' Variable Usage' reference.
        Parameters:
        value - the new value of the 'Variable Usage' reference.
        See Also:
        getVariableUsage()
        Generated class or method.