Interface StaticContextRule

    • Method Detail

      • getContextClass

        EClass getContextClass()
        Returns the value of the 'Context Class' reference.

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

        Returns:
        the value of the 'Context Class' reference.
        See Also:
        setContextClass(EClass), gdofPackage.getStaticContextRule_ContextClass()
        Generated class or method.
        EMF model class or method.
        ordered="false"
      • setContextClass

        void setContextClass​(EClass value)
        Sets the value of the 'Context Class' reference.
        Parameters:
        value - the new value of the 'Context Class' reference.
        See Also:
        getContextClass()
        Generated class or method.