public interface VDiffAttachment extends VAttachment
The following features are supported:
VDiffmergePackage.getDiffAttachment()
Modifier and Type | Method and 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. |
int getTotalNumberOfDiffs()
"0"
.
If the meaning of the 'Total Number Of Diffs' attribute isn't clear, there really should be more of a description here...
setTotalNumberOfDiffs(int)
,
VDiffmergePackage.getDiffAttachment_TotalNumberOfDiffs()
void setTotalNumberOfDiffs(int value)
Total Number Of Diffs
' attribute.
value
- the new value of the 'Total Number Of Diffs' attribute.getTotalNumberOfDiffs()
int getMergedDiffs()
"0"
.
If the meaning of the 'Merged Diffs' attribute isn't clear, there really should be more of a description here...
setMergedDiffs(int)
,
VDiffmergePackage.getDiffAttachment_MergedDiffs()
void setMergedDiffs(int value)
Merged Diffs
' attribute.
value
- the new value of the 'Merged Diffs' attribute.getMergedDiffs()
Copyright © 2017. All rights reserved.