Class MergeConflictImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.bsl.compare.impl.MergeConflictImpl
-
- All Implemented Interfaces:
IBmObject
,MergeConflict
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
public class MergeConflictImpl extends BmObject implements MergeConflict
An implementation of the model object 'Merge Conflict'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MergeConflictImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.emf.ecore.EClass
eStaticClass()
protected int
eStaticFeatureCount()
int
getMainLength()
int
getMainOffset()
int
getMergeResultLength()
int
getMergeResultOffset()
int
getOtherLength()
int
getOtherOffset()
void
setMainLength(int newMainLength)
void
setMainOffset(int newMainOffset)
void
setMergeResultLength(int newMergeResultLength)
void
setMergeResultOffset(int newMergeResultOffset)
void
setOtherLength(int newOtherLength)
void
setOtherOffset(int newOtherOffset)
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCount
in classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
getMainOffset
public int getMainOffset()
- Specified by:
getMainOffset
in interfaceMergeConflict
- Returns:
- the value of the 'Main Offset' attribute.
- See Also:
MergeConflict.setMainOffset(int)
,BslComparePackage.getMergeConflict_MainOffset()
-
setMainOffset
public void setMainOffset(int newMainOffset)
- Specified by:
setMainOffset
in interfaceMergeConflict
- Parameters:
newMainOffset
- the new value of the 'Main Offset' attribute.- See Also:
MergeConflict.getMainOffset()
-
getMainLength
public int getMainLength()
- Specified by:
getMainLength
in interfaceMergeConflict
- Returns:
- the value of the 'Main Length' attribute.
- See Also:
MergeConflict.setMainLength(int)
,BslComparePackage.getMergeConflict_MainLength()
-
setMainLength
public void setMainLength(int newMainLength)
- Specified by:
setMainLength
in interfaceMergeConflict
- Parameters:
newMainLength
- the new value of the 'Main Length' attribute.- See Also:
MergeConflict.getMainLength()
-
getOtherOffset
public int getOtherOffset()
- Specified by:
getOtherOffset
in interfaceMergeConflict
- Returns:
- the value of the 'Other Offset' attribute.
- See Also:
MergeConflict.setOtherOffset(int)
,BslComparePackage.getMergeConflict_OtherOffset()
-
setOtherOffset
public void setOtherOffset(int newOtherOffset)
- Specified by:
setOtherOffset
in interfaceMergeConflict
- Parameters:
newOtherOffset
- the new value of the 'Other Offset' attribute.- See Also:
MergeConflict.getOtherOffset()
-
getOtherLength
public int getOtherLength()
- Specified by:
getOtherLength
in interfaceMergeConflict
- Returns:
- the value of the 'Other Length' attribute.
- See Also:
MergeConflict.setOtherLength(int)
,BslComparePackage.getMergeConflict_OtherLength()
-
setOtherLength
public void setOtherLength(int newOtherLength)
- Specified by:
setOtherLength
in interfaceMergeConflict
- Parameters:
newOtherLength
- the new value of the 'Other Length' attribute.- See Also:
MergeConflict.getOtherLength()
-
getMergeResultOffset
public int getMergeResultOffset()
- Specified by:
getMergeResultOffset
in interfaceMergeConflict
- Returns:
- the value of the 'Merge Result Offset' attribute.
- See Also:
MergeConflict.setMergeResultOffset(int)
,BslComparePackage.getMergeConflict_MergeResultOffset()
-
setMergeResultOffset
public void setMergeResultOffset(int newMergeResultOffset)
- Specified by:
setMergeResultOffset
in interfaceMergeConflict
- Parameters:
newMergeResultOffset
- the new value of the 'Merge Result Offset' attribute.- See Also:
MergeConflict.getMergeResultOffset()
-
getMergeResultLength
public int getMergeResultLength()
- Specified by:
getMergeResultLength
in interfaceMergeConflict
- Returns:
- the value of the 'Merge Result Length' attribute.
- See Also:
MergeConflict.setMergeResultLength(int)
,BslComparePackage.getMergeConflict_MergeResultLength()
-
setMergeResultLength
public void setMergeResultLength(int newMergeResultLength)
- Specified by:
setMergeResultLength
in interfaceMergeConflict
- Parameters:
newMergeResultLength
- the new value of the 'Merge Result Length' attribute.- See Also:
MergeConflict.getMergeResultLength()
-
-