Package com._1c.g5.v8.dt.moxel
Interface Drawing
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ChartDrawing
,CommentDrawing
,ControlDrawing
,DendrogramDrawing
,EllipseDrawing
,GanttChartDrawing
,GeographicalSchemaDrawing
,GroupDrawing
,LineDrawing
,ObjectDrawing
,PictureDrawing
,PivotChartDrawing
,RectangleDrawing
,TextDrawing
- All Known Implementing Classes:
ChartDrawingImpl
,CommentDrawingImpl
,ControlDrawingImpl
,DendrogramDrawingImpl
,DrawingImpl
,EllipseDrawingImpl
,GanttChartDrawingImpl
,GeographicalSchemaDrawingImpl
,GroupDrawingImpl
,LineDrawingImpl
,ObjectDrawingImpl
,PictureDrawingImpl
,PivotChartDrawingImpl
,RectangleDrawingImpl
,TextDrawingImpl
public interface Drawing extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Drawing'.The following features are supported:
- See Also:
MoxelPackage.getDrawing()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDetailParameter()
Returns the value of the 'Detail Parameter' attribute.Value
getDetailValue()
Returns the value of the 'Detail Value' containment reference.int
getDrawingId()
Returns the value of the 'Drawing Id' attribute.int
getFormatIndex()
Returns the value of the 'Format Index' attribute.SpreadsheetRect
getPosition()
Returns the value of the 'Position' containment reference.int
getZOrder()
Returns the value of the 'ZOrder' attribute.void
setDetailParameter(String value)
Sets the value of the 'Detail Parameter
' attribute.void
setDetailValue(Value value)
Sets the value of the 'Detail Value
' containment reference.void
setDrawingId(int value)
Sets the value of the 'Drawing Id
' attribute.void
setFormatIndex(int value)
Sets the value of the 'Format Index
' attribute.void
setPosition(SpreadsheetRect value)
Sets the value of the 'Position
' containment reference.void
setZOrder(int value)
Sets the value of the 'ZOrder
' 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.getDrawing_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()
-
getFormatIndex
int getFormatIndex()
Returns the value of the 'Format Index' attribute.- Returns:
- the value of the 'Format Index' attribute.
- See Also:
setFormatIndex(int)
,MoxelPackage.getDrawing_FormatIndex()
-
setFormatIndex
void setFormatIndex(int value)
Sets the value of the 'Format Index
' attribute.- Parameters:
value
- the new value of the 'Format Index' attribute.- See Also:
getFormatIndex()
-
getDetailParameter
String getDetailParameter()
Returns the value of the 'Detail Parameter' attribute.- Returns:
- the value of the 'Detail Parameter' attribute.
- See Also:
setDetailParameter(String)
,MoxelPackage.getDrawing_DetailParameter()
-
setDetailParameter
void setDetailParameter(String value)
Sets the value of the 'Detail Parameter
' attribute.- Parameters:
value
- the new value of the 'Detail Parameter' attribute.- See Also:
getDetailParameter()
-
getDetailValue
Value getDetailValue()
Returns the value of the 'Detail Value' containment reference.- Returns:
- the value of the 'Detail Value' containment reference.
- See Also:
setDetailValue(Value)
,MoxelPackage.getDrawing_DetailValue()
-
setDetailValue
void setDetailValue(Value value)
Sets the value of the 'Detail Value
' containment reference.- Parameters:
value
- the new value of the 'Detail Value' containment reference.- See Also:
getDetailValue()
-
getPosition
SpreadsheetRect getPosition()
Returns the value of the 'Position' containment reference.- Returns:
- the value of the 'Position' containment reference.
- See Also:
setPosition(SpreadsheetRect)
,MoxelPackage.getDrawing_Position()
-
setPosition
void setPosition(SpreadsheetRect value)
Sets the value of the 'Position
' containment reference.- Parameters:
value
- the new value of the 'Position' containment reference.- See Also:
getPosition()
-
getZOrder
int getZOrder()
Returns the value of the 'ZOrder' attribute.- Returns:
- the value of the 'ZOrder' attribute.
- See Also:
setZOrder(int)
,MoxelPackage.getDrawing_ZOrder()
-
setZOrder
void setZOrder(int value)
Sets the value of the 'ZOrder
' attribute.- Parameters:
value
- the new value of the 'ZOrder' attribute.- See Also:
getZOrder()
-
-