Interface Ctor

    • Method Detail

      • setMinParams

        void setMinParams​(int value)
        Sets the value of the 'Min Params' attribute.
        Parameters:
        value - the new value of the 'Min Params' attribute.
        See Also:
        getMinParams()
      • setMaxParams

        void setMaxParams​(int value)
        Sets the value of the 'Max Params' attribute.
        Parameters:
        value - the new value of the 'Max Params' attribute.
        See Also:
        getMaxParams()
      • getParams

        org.eclipse.emf.common.util.EList<Parameter> getParams()
        Returns the value of the 'Params' containment reference list. The list contents are of type Parameter.
        Returns:
        the value of the 'Params' containment reference list.
        See Also:
        McorePackage.getCtor_Params()