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:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of the 'Max Params' attribute.
    int
    Returns the value of the 'Min Params' attribute.
    org.eclipse.emf.common.util.EList<Parameter>
    Returns the value of the 'Params' containment reference list.
    Returns the value of the 'Server Request' attribute.
    void
    setMaxParams(int value)
    Sets the value of the 'Max Params' attribute.
    void
    setMinParams(int value)
    Sets the value of the 'Min Params' attribute.
    void
    Sets the value of the 'Server Request' 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