Interface UseCase

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLevel()
      Returns the value of the 'Level' attribute.
      java.lang.String getScope()
      Returns the value of the 'Scope' attribute.
      void setLevel​(java.lang.String value)
      Sets the value of the 'Level' attribute.
      void setScope​(java.lang.String value)
      Sets the value of the 'Scope' 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

      • setScope

        void setScope​(java.lang.String value)
        Sets the value of the 'Scope' attribute.
        Parameters:
        value - the new value of the 'Scope' attribute.
        See Also:
        getScope()
        Generated:
      • setLevel

        void setLevel​(java.lang.String value)
        Sets the value of the 'Level' attribute.
        Parameters:
        value - the new value of the 'Level' attribute.
        See Also:
        getLevel()
        Generated: