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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMainLength()Returns the value of the 'Main Length' attribute.intgetMainOffset()Returns the value of the 'Main Offset' attribute.intgetMergeResultLength()Returns the value of the 'Merge Result Length' attribute.intgetMergeResultOffset()Returns the value of the 'Merge Result Offset' attribute.intgetOtherLength()Returns the value of the 'Other Length' attribute.intgetOtherOffset()Returns 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getMainOffsetint getMainOffset() Returns the value of the 'Main Offset' attribute.- Returns:
- the value of the 'Main Offset' attribute.
- See Also:
- setMainOffset(int),- BslComparePackage.getMergeConflict_MainOffset()
 
 - 
setMainOffsetvoid setMainOffset(int value) Sets the value of the 'Main Offset' attribute.- Parameters:
- value- the new value of the 'Main Offset' attribute.
- See Also:
- getMainOffset()
 
 - 
getMainLengthint getMainLength() Returns the value of the 'Main Length' attribute.- Returns:
- the value of the 'Main Length' attribute.
- See Also:
- setMainLength(int),- BslComparePackage.getMergeConflict_MainLength()
 
 - 
setMainLengthvoid setMainLength(int value) Sets the value of the 'Main Length' attribute.- Parameters:
- value- the new value of the 'Main Length' attribute.
- See Also:
- getMainLength()
 
 - 
getOtherOffsetint getOtherOffset() Returns the value of the 'Other Offset' attribute.- Returns:
- the value of the 'Other Offset' attribute.
- See Also:
- setOtherOffset(int),- BslComparePackage.getMergeConflict_OtherOffset()
 
 - 
setOtherOffsetvoid setOtherOffset(int value) Sets the value of the 'Other Offset' attribute.- Parameters:
- value- the new value of the 'Other Offset' attribute.
- See Also:
- getOtherOffset()
 
 - 
getOtherLengthint getOtherLength() Returns the value of the 'Other Length' attribute.- Returns:
- the value of the 'Other Length' attribute.
- See Also:
- setOtherLength(int),- BslComparePackage.getMergeConflict_OtherLength()
 
 - 
setOtherLengthvoid setOtherLength(int value) Sets the value of the 'Other Length' attribute.- Parameters:
- value- the new value of the 'Other Length' attribute.
- See Also:
- getOtherLength()
 
 - 
getMergeResultOffsetint 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()
 
 - 
setMergeResultOffsetvoid 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()
 
 - 
getMergeResultLengthint 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()
 
 - 
setMergeResultLengthvoid 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()
 
 
- 
 
-