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.EObjectA representation of the model object 'Merge'.The following features are supported:
- See Also:
MoxelPackage.getMerge()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RectgetPosition()Returns the value of the 'Position' containment reference.voidsetPosition(Rect value)Sets the value of the 'Position' containment reference.
-
-
-
Method Detail
-
getPosition
Rect getPosition()
Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
setPosition(Rect),MoxelPackage.getMerge_Position()
-
setPosition
void setPosition(Rect value)
Sets the value of the 'Position' containment reference.- Parameters:
value- the new value of the 'Position' containment reference.- See Also:
getPosition()
-
-