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 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.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
-
-
-
-
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()
-
-