Interface Feature

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContext()
      Returns the value of the 'Context' attribute.
      java.lang.String getContextModel()
      Returns the value of the 'Context Model' attribute.
      org.eclipse.emf.ecore.EClassifier getEContext()
      Returns the value of the 'EContext' reference.
      Module getModule()
      Returns the value of the 'Module' container reference.
      boolean isStatic()
      Returns the value of the 'Static' attribute.
      void setContext​(java.lang.String value)
      Sets the value of the 'Context' attribute.
      void setContextModel​(java.lang.String value)
      Sets the value of the 'Context Model' attribute.
      void setEContext​(org.eclipse.emf.ecore.EClassifier value)
      Sets the value of the 'EContext' reference.
      void setModule​(Module value)
      Sets the value of the 'Module' container reference.
      void setStatic​(boolean value)
      Sets the value of the 'Static' 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

      • isStatic

        boolean isStatic()
        Returns the value of the 'Static' attribute.

        If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Static' attribute.
        See Also:
        setStatic(boolean), EmftvmPackage.getFeature_Static()
      • setStatic

        void setStatic​(boolean value)
        Sets the value of the 'Static' attribute.
        Parameters:
        value - the new value of the 'Static' attribute.
        See Also:
        isStatic()
      • getEContext

        org.eclipse.emf.ecore.EClassifier getEContext()
        Returns the value of the 'EContext' reference.

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

        Returns:
        the value of the 'EContext' reference.
        See Also:
        setEContext(EClassifier), EmftvmPackage.getFeature_EContext()
      • setEContext

        void setEContext​(org.eclipse.emf.ecore.EClassifier value)
        Sets the value of the 'EContext' reference.
        Parameters:
        value - the new value of the 'EContext' reference.
        See Also:
        getEContext()
      • getContext

        java.lang.String getContext()
        Returns the value of the 'Context' attribute.

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

        Returns:
        the value of the 'Context' attribute.
        See Also:
        setContext(String), EmftvmPackage.getFeature_Context()
      • setContext

        void setContext​(java.lang.String value)
        Sets the value of the 'Context' attribute.
        Parameters:
        value - the new value of the 'Context' attribute.
        See Also:
        getContext()
      • getContextModel

        java.lang.String getContextModel()
        Returns the value of the 'Context Model' attribute.

        If the meaning of the 'Context Model' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Context Model' attribute.
        See Also:
        setContextModel(String), EmftvmPackage.getFeature_ContextModel()
      • setContextModel

        void setContextModel​(java.lang.String value)
        Sets the value of the 'Context Model' attribute.
        Parameters:
        value - the new value of the 'Context Model' attribute.
        See Also:
        getContextModel()
      • setModule

        void setModule​(Module value)
        Sets the value of the 'Module' container reference.
        Parameters:
        value - the new value of the 'Module' container reference.
        See Also:
        getModule()