Interface Rule

    • Method Summary

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

      • getClassifier

        java.lang.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(String), HutnConfigPackage.getRule_Classifier()
      • setClassifier

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

        java.lang.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(String), HutnConfigPackage.getRule_Attribute()
      • setAttribute

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