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 TypeMethodDescriptionintReturns the value of the 'Main Length' attribute.intReturns the value of the 'Main Offset' attribute.intReturns the value of the 'Merge Result Length' attribute.intReturns the value of the 'Merge Result Offset' attribute.intReturns the value of the 'Other Length' attribute.intReturns the value of the 'Other Offset' attribute.voidsetMainLength(int value) Sets the value of the 'Main Length' attribute.voidsetMainOffset(int value) Sets the value of the 'Main Offset' attribute.voidsetMergeResultLength(int value) Sets the value of the 'Merge Result Length' attribute.voidsetMergeResultOffset(int value) Sets the value of the 'Merge Result Offset' attribute.voidsetOtherLength(int value) Sets the value of the 'Other Length' attribute.voidsetOtherOffset(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, eUnsetMethods 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, bmSetPropertyMethods 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:
-