Package com._1c.g5.v8.dt.moxel
Interface GroupDrawing
-
- All Superinterfaces:
Drawing
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GroupDrawingImpl
public interface GroupDrawing extends Drawing
A representation of the model object 'Group Drawing'.The following features are supported:
- See Also:
MoxelPackage.getGroupDrawing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Drawing>
getNestedDrawings()
Returns the value of the 'Nested Drawings' containment reference list.-
Methods inherited from interface com._1c.g5.v8.dt.moxel.Drawing
getDetailParameter, getDetailValue, getDrawingId, getFormatIndex, getPosition, getZOrder, setDetailParameter, setDetailValue, setDrawingId, setFormatIndex, setPosition, setZOrder
-
-
-
-
Method Detail
-
getNestedDrawings
org.eclipse.emf.common.util.EList<Drawing> getNestedDrawings()
Returns the value of the 'Nested Drawings' containment reference list. The list contents are of typeDrawing
.- Returns:
- the value of the 'Nested Drawings' containment reference list.
- See Also:
MoxelPackage.getGroupDrawing_NestedDrawings()
-
-