All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DefaultValueRule, IdentifierRule
All Known Implementing Classes:
DefaultValueRuleImpl, IdentifierRuleImpl, RuleImpl

public interface Rule extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rule'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Attribute' attribute.
    Returns the value of the 'Classifier' attribute.
    void
    Sets the value of the 'Attribute' attribute.
    void
    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 Details

    • getClassifier

      String getClassifier()
      Returns the value of the 'Classifier' attribute.

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

      Returns:
      the value of the 'Classifier' attribute.
      See Also:
    • setClassifier

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

      String getAttribute()
      Returns the value of the 'Attribute' attribute.

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

      Returns:
      the value of the 'Attribute' attribute.
      See Also:
    • setAttribute

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