Package com._1c.g5.v8.dt.moxel
Interface Merge
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MergeImpl
public interface Merge
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Merge'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Antimerge' attribute.Returns the value of the 'Position' containment reference.void
setAntimerge
(Antimerge value) Sets the value of the 'Antimerge
' attribute.void
setPosition
(Rect value) Sets the value of the 'Position
' containment reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAntimerge
Antimerge getAntimerge()Returns the value of the 'Antimerge' attribute. The default value is"None"
. The literals are from the enumerationAntimerge
.- Returns:
- the value of the 'Antimerge' attribute.
- See Also:
-
setAntimerge
Sets the value of the 'Antimerge
' attribute.- Parameters:
value
- the new value of the 'Antimerge' attribute.- See Also:
-
getPosition
Rect getPosition()Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
-
setPosition
Sets the value of the 'Position
' containment reference.- Parameters:
value
- the new value of the 'Position' containment reference.- See Also:
-