Interface ParamSet

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    ParamSetImpl

    public interface ParamSet
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Param Set'.

    The following features are supported:

    See Also:
    McorePackage.getParamSet()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMaxParams()
      Returns the value of the 'Max Params' attribute.
      int getMinParams()
      Returns the value of the 'Min Params' attribute.
      org.eclipse.emf.common.util.EList<Parameter> getParams()
      Returns the value of the 'Params' containment reference list.
      void setMaxParams​(int value)
      Sets the value of the 'Max Params' attribute.
      void setMinParams​(int value)
      Sets the value of the 'Min Params' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • 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.getParamSet_Params()