Interface ShowRule

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

    public interface ShowRule
    extends Rule
    A representation of the model object 'Show Rule'.
    Since:
    1.2

    The following features are supported:

    See Also:
    RulePackage.getShowRule()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isHide()
      Returns the value of the 'Hide' attribute.
      void setHide​(boolean value)
      Sets the value of the 'Hide' 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

      • isHide

        boolean isHide()
        Returns the value of the 'Hide' attribute.

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

        Returns:
        the value of the 'Hide' attribute.
        See Also:
        setHide(boolean), RulePackage.getShowRule_Hide()
      • setHide

        void setHide​(boolean value)
        Sets the value of the 'Hide' attribute.
        Parameters:
        value - the new value of the 'Hide' attribute.
        See Also:
        isHide()