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
A representation of the model object 'Merge Conflict'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Main Length' attribute.int
Returns the value of the 'Main Offset' attribute.int
Returns the value of the 'Merge Result Length' attribute.int
Returns the value of the 'Merge Result Offset' attribute.int
Returns the value of the 'Other Length' attribute.int
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMainOffset
int getMainOffset()Returns the value of the 'Main Offset' attribute.- Returns:
- the value of the 'Main Offset' attribute.
- See Also:
-
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:
-
getMainLength
int getMainLength()Returns the value of the 'Main Length' attribute.- Returns:
- the value of the 'Main Length' attribute.
- See Also:
-
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:
-
getOtherOffset
int getOtherOffset()Returns the value of the 'Other Offset' attribute.- Returns:
- the value of the 'Other Offset' attribute.
- See Also:
-
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:
-
getOtherLength
int getOtherLength()Returns the value of the 'Other Length' attribute.- Returns:
- the value of the 'Other Length' attribute.
- See Also:
-
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:
-
getMergeResultOffset
int getMergeResultOffset()Returns the value of the 'Merge Result Offset' attribute.- Returns:
- the value of the 'Merge Result Offset' attribute.
- See Also:
-
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:
-
getMergeResultLength
int getMergeResultLength()Returns the value of the 'Merge Result Length' attribute.- Returns:
- the value of the 'Merge Result Length' attribute.
- See Also:
-
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:
-