Interface VDiffAttachment

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMergedDiffs()
      Returns the value of the 'Merged Diffs' attribute.
      int getTotalNumberOfDiffs()
      Returns the value of the 'Total Number Of Diffs' attribute.
      void setMergedDiffs​(int value)
      Sets the value of the 'Merged Diffs' attribute.
      void setTotalNumberOfDiffs​(int value)
      Sets the value of the 'Total Number Of Diffs' 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

      • getTotalNumberOfDiffs

        int getTotalNumberOfDiffs()
        Returns the value of the 'Total Number Of Diffs' attribute. The default value is "0".

        If the meaning of the 'Total Number Of Diffs' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Total Number Of Diffs' attribute.
        See Also:
        setTotalNumberOfDiffs(int), VDiffmergePackage.getDiffAttachment_TotalNumberOfDiffs()
      • setTotalNumberOfDiffs

        void setTotalNumberOfDiffs​(int value)
        Sets the value of the 'Total Number Of Diffs' attribute.
        Parameters:
        value - the new value of the 'Total Number Of Diffs' attribute.
        See Also:
        getTotalNumberOfDiffs()
      • getMergedDiffs

        int getMergedDiffs()
        Returns the value of the 'Merged Diffs' attribute. The default value is "0".

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

        Returns:
        the value of the 'Merged Diffs' attribute.
        See Also:
        setMergedDiffs(int), VDiffmergePackage.getDiffAttachment_MergedDiffs()
      • setMergedDiffs

        void setMergedDiffs​(int value)
        Sets the value of the 'Merged Diffs' attribute.
        Parameters:
        value - the new value of the 'Merged Diffs' attribute.
        See Also:
        getMergedDiffs()