Package com._1c.g5.v8.dt.bsl.compare
Interface MergeConflict
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MergeConflictImpl
public interface MergeConflict extends IBmObject
A representation of the model object 'Merge Conflict'.The following features are supported:
- See Also:
BslComparePackage.getMergeConflict()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMainLength()
Returns the value of the 'Main Length' attribute.int
getMainOffset()
Returns the value of the 'Main Offset' attribute.int
getMergeResultLength()
Returns the value of the 'Merge Result Length' attribute.int
getMergeResultOffset()
Returns the value of the 'Merge Result Offset' attribute.int
getOtherLength()
Returns the value of the 'Other Length' attribute.int
getOtherOffset()
Returns the value of the 'Other Offset' attribute.void
setMainLength(int value)
Sets the value of the 'Main Length
' attribute.void
setMainOffset(int value)
Sets the value of the 'Main Offset
' attribute.void
setMergeResultLength(int value)
Sets the value of the 'Merge Result Length
' attribute.void
setMergeResultOffset(int value)
Sets the value of the 'Merge Result Offset
' attribute.void
setOtherLength(int value)
Sets the value of the 'Other Length
' attribute.void
setOtherOffset(int value)
Sets the value of the 'Other Offset
' 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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getMainOffset
int getMainOffset()
Returns the value of the 'Main Offset' attribute.- Returns:
- the value of the 'Main Offset' attribute.
- See Also:
setMainOffset(int)
,BslComparePackage.getMergeConflict_MainOffset()
-
setMainOffset
void setMainOffset(int value)
Sets the value of the 'Main Offset
' attribute.- Parameters:
value
- the new value of the 'Main Offset' attribute.- See Also:
getMainOffset()
-
getMainLength
int getMainLength()
Returns the value of the 'Main Length' attribute.- Returns:
- the value of the 'Main Length' attribute.
- See Also:
setMainLength(int)
,BslComparePackage.getMergeConflict_MainLength()
-
setMainLength
void setMainLength(int value)
Sets the value of the 'Main Length
' attribute.- Parameters:
value
- the new value of the 'Main Length' attribute.- See Also:
getMainLength()
-
getOtherOffset
int getOtherOffset()
Returns the value of the 'Other Offset' attribute.- Returns:
- the value of the 'Other Offset' attribute.
- See Also:
setOtherOffset(int)
,BslComparePackage.getMergeConflict_OtherOffset()
-
setOtherOffset
void setOtherOffset(int value)
Sets the value of the 'Other Offset
' attribute.- Parameters:
value
- the new value of the 'Other Offset' attribute.- See Also:
getOtherOffset()
-
getOtherLength
int getOtherLength()
Returns the value of the 'Other Length' attribute.- Returns:
- the value of the 'Other Length' attribute.
- See Also:
setOtherLength(int)
,BslComparePackage.getMergeConflict_OtherLength()
-
setOtherLength
void setOtherLength(int value)
Sets the value of the 'Other Length
' attribute.- Parameters:
value
- the new value of the 'Other Length' attribute.- See Also:
getOtherLength()
-
getMergeResultOffset
int getMergeResultOffset()
Returns the value of the 'Merge Result Offset' attribute.- Returns:
- the value of the 'Merge Result Offset' attribute.
- See Also:
setMergeResultOffset(int)
,BslComparePackage.getMergeConflict_MergeResultOffset()
-
setMergeResultOffset
void setMergeResultOffset(int value)
Sets the value of the 'Merge Result Offset
' attribute.- Parameters:
value
- the new value of the 'Merge Result Offset' attribute.- See Also:
getMergeResultOffset()
-
getMergeResultLength
int getMergeResultLength()
Returns the value of the 'Merge Result Length' attribute.- Returns:
- the value of the 'Merge Result Length' attribute.
- See Also:
setMergeResultLength(int)
,BslComparePackage.getMergeConflict_MergeResultLength()
-
setMergeResultLength
void setMergeResultLength(int value)
Sets the value of the 'Merge Result Length
' attribute.- Parameters:
value
- the new value of the 'Merge Result Length' attribute.- See Also:
getMergeResultLength()
-
-