Interface Rule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAttribute()
      Returns the value of the 'Attribute' attribute.
      String getClassifier()
      Returns the value of the 'Classifier' attribute.
      void setAttribute​(String value)
      Sets the value of the 'Attribute' attribute.
      void setClassifier​(String value)
      Sets the value of the 'Classifier' 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

      • setClassifier

        void setClassifier​(String value)
        Sets the value of the 'Classifier' attribute.
        Parameters:
        value - the new value of the 'Classifier' attribute.
        See Also:
        getClassifier()
      • setAttribute

        void setAttribute​(String value)
        Sets the value of the 'Attribute' attribute.
        Parameters:
        value - the new value of the 'Attribute' attribute.
        See Also:
        getAttribute()