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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Detail Parameter' attribute.Returns the value of the 'Detail Value' containment reference.intReturns the value of the 'Drawing Id' attribute.intReturns the value of the 'Format Index' attribute.Returns the value of the 'Position' containment reference.intReturns the value of the 'ZOrder' attribute.voidsetDetailParameter(String value) Sets the value of the 'Detail Parameter' attribute.voidsetDetailValue(Value value) Sets the value of the 'Detail Value' containment reference.voidsetDrawingId(int value) Sets the value of the 'Drawing Id' attribute.voidsetFormatIndex(int value) Sets the value of the 'Format Index' attribute.voidsetPosition(SpreadsheetRect value) Sets the value of the 'Position' containment reference.voidsetZOrder(int value) Sets the value of the 'ZOrder' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDrawingId
int getDrawingId()Returns the value of the 'Drawing Id' attribute.- Returns:
- the value of the 'Drawing Id' attribute.
- See Also:
-
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:
-
getFormatIndex
int getFormatIndex()Returns the value of the 'Format Index' attribute.- Returns:
- the value of the 'Format Index' attribute.
- See Also:
-
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:
-
getDetailParameter
String getDetailParameter()Returns the value of the 'Detail Parameter' attribute.- Returns:
- the value of the 'Detail Parameter' attribute.
- See Also:
-
setDetailParameter
Sets the value of the 'Detail Parameter' attribute.- Parameters:
value- the new value of the 'Detail Parameter' attribute.- See Also:
-
getDetailValue
Value getDetailValue()Returns the value of the 'Detail Value' containment reference.- Returns:
- the value of the 'Detail Value' containment reference.
- See Also:
-
setDetailValue
Sets the value of the 'Detail Value' containment reference.- Parameters:
value- the new value of the 'Detail Value' containment reference.- See Also:
-
getPosition
SpreadsheetRect 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:
-
getZOrder
int getZOrder()Returns the value of the 'ZOrder' attribute.- Returns:
- the value of the 'ZOrder' attribute.
- See Also:
-
setZOrder
void setZOrder(int value) Sets the value of the 'ZOrder' attribute.- Parameters:
value- the new value of the 'ZOrder' attribute.- See Also:
-