Package com._1c.g5.v8.dt.moxel
Interface NamedItemDrawing
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NamedItemDrawingImpl
public interface NamedItemDrawing extends NamedItem
A representation of the model object 'Named Item Drawing'.The following features are supported:
- See Also:
MoxelPackage.getNamedItemDrawing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDrawingId()
Returns the value of the 'Drawing Id' attribute.void
setDrawingId(int value)
Sets the value of the 'Drawing Id
' attribute.
-
-
-
Method Detail
-
getDrawingId
int getDrawingId()
Returns the value of the 'Drawing Id' attribute.- Returns:
- the value of the 'Drawing Id' attribute.
- See Also:
setDrawingId(int)
,MoxelPackage.getNamedItemDrawing_DrawingId()
-
setDrawingId
void setDrawingId(int value)
Sets the value of the 'Drawing Id
' attribute.- Parameters:
value
- the new value of the 'Drawing Id' attribute.- See Also:
getDrawingId()
-
-