Interface VRuleEntry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.EList<VElement> getElements()
      Returns the value of the 'Elements' reference list.
      MergeType getMergeType()
      Returns the value of the 'Merge Type' attribute.
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      Rule getRule()
      Returns the value of the 'Rule' containment reference.
      void setMergeType​(MergeType value)
      Sets the value of the 'Merge Type' attribute.
      void setName​(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setRule​(Rule value)
      Sets the value of the 'Rule' containment reference.
      • 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

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), VRulerepositoryPackage.getRuleEntry_Name()
      • setName

        void setName​(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getRule

        Rule getRule()
        Returns the value of the 'Rule' containment reference.

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

        Returns:
        the value of the 'Rule' containment reference.
        See Also:
        setRule(Rule), VRulerepositoryPackage.getRuleEntry_Rule()
      • setRule

        void setRule​(Rule value)
        Sets the value of the 'Rule' containment reference.
        Parameters:
        value - the new value of the 'Rule' containment reference.
        See Also:
        getRule()
      • getElements

        org.eclipse.emf.common.util.EList<VElement> getElements()
        Returns the value of the 'Elements' reference list. The list contents are of type VElement.

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

        Returns:
        the value of the 'Elements' reference list.
        See Also:
        VRulerepositoryPackage.getRuleEntry_Elements()