Interface DataSeriesItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataSeriesItemImpl
A representation of the model object 'Data Series Item'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Drawing Mode' attribute.Returns the value of the 'Figure Base Color' containment reference.Returns the value of the 'Format' attribute.getGroup()
Returns the value of the 'Group' attribute.double
Returns the value of the 'Max Value' attribute.double
Returns the value of the 'Min Value' attribute.getName()
Returns the value of the 'Name' attribute.int
Returns the value of the 'Object ID' attribute.Returns the value of the 'Show Mode' attribute.getText()
Returns the value of the 'Text' attribute.int
Returns the value of the 'Text Angle' attribute.Returns the value of the 'Text Color' containment reference.Returns the value of the 'Text Font' containment reference.getValue()
Returns the value of the 'Value' containment reference.void
Sets the value of the 'Drawing Mode
' attribute.void
setFigureBaseColor
(Color value) Sets the value of the 'Figure Base Color
' containment reference.void
Sets the value of the 'Format
' attribute.void
Sets the value of the 'Group
' attribute.void
setMaxValue
(double value) Sets the value of the 'Max Value
' attribute.void
setMinValue
(double value) Sets the value of the 'Min Value
' attribute.void
Sets the value of the 'Name
' attribute.void
setObjectID
(int value) Sets the value of the 'Object ID
' attribute.void
setShowMode
(LayerSeriesShowMode value) Sets the value of the 'Show Mode
' attribute.void
Sets the value of the 'Text
' attribute.void
setTextAngle
(int value) Sets the value of the 'Text Angle
' attribute.void
setTextColor
(Color value) Sets the value of the 'Text Color
' containment reference.void
setTextFont
(Font value) Sets the value of the 'Text Font
' containment reference.void
Sets the value of the 'Value
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObjectID
int getObjectID()Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
-
setObjectID
void setObjectID(int value) Sets the value of the 'Object ID
' attribute.- Parameters:
value
- the new value of the 'Object ID' attribute.- See Also:
-
getFigureBaseColor
Color getFigureBaseColor()Returns the value of the 'Figure Base Color' containment reference.- Returns:
- the value of the 'Figure Base Color' containment reference.
- See Also:
-
setFigureBaseColor
Sets the value of the 'Figure Base Color
' containment reference.- Parameters:
value
- the new value of the 'Figure Base Color' containment reference.- See Also:
-
getTextColor
Color getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
-
getTextFont
Font getTextFont()Returns the value of the 'Text Font' containment reference.- Returns:
- the value of the 'Text Font' containment reference.
- See Also:
-
setTextFont
Sets the value of the 'Text Font
' containment reference.- Parameters:
value
- the new value of the 'Text Font' containment reference.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getText
String getText()Returns the value of the 'Text' attribute.- Returns:
- the value of the 'Text' attribute.
- See Also:
-
setText
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
-
getFormat
String getFormat()Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
-
getShowMode
LayerSeriesShowMode getShowMode()Returns the value of the 'Show Mode' attribute. The literals are from the enumerationLayerSeriesShowMode
.- Returns:
- the value of the 'Show Mode' attribute.
- See Also:
-
setShowMode
Sets the value of the 'Show Mode
' attribute.- Parameters:
value
- the new value of the 'Show Mode' attribute.- See Also:
-
getGroup
String getGroup()Returns the value of the 'Group' attribute.- Returns:
- the value of the 'Group' attribute.
- See Also:
-
setGroup
Sets the value of the 'Group
' attribute.- Parameters:
value
- the new value of the 'Group' attribute.- See Also:
-
getTextAngle
int getTextAngle()Returns the value of the 'Text Angle' attribute.- Returns:
- the value of the 'Text Angle' attribute.
- See Also:
-
setTextAngle
void setTextAngle(int value) Sets the value of the 'Text Angle
' attribute.- Parameters:
value
- the new value of the 'Text Angle' attribute.- See Also:
-
getDrawingMode
SeriesValuesDrawingMode getDrawingMode()Returns the value of the 'Drawing Mode' attribute. The literals are from the enumerationSeriesValuesDrawingMode
.- Returns:
- the value of the 'Drawing Mode' attribute.
- See Also:
-
setDrawingMode
Sets the value of the 'Drawing Mode
' attribute.- Parameters:
value
- the new value of the 'Drawing Mode' attribute.- See Also:
-
getMinValue
double getMinValue()Returns the value of the 'Min Value' attribute.- Returns:
- the value of the 'Min Value' attribute.
- See Also:
-
setMinValue
void setMinValue(double value) Sets the value of the 'Min Value
' attribute.- Parameters:
value
- the new value of the 'Min Value' attribute.- See Also:
-
getMaxValue
double getMaxValue()Returns the value of the 'Max Value' attribute.- Returns:
- the value of the 'Max Value' attribute.
- See Also:
-
setMaxValue
void setMaxValue(double value) Sets the value of the 'Max Value
' attribute.- Parameters:
value
- the new value of the 'Max Value' attribute.- See Also:
-
getDisplayedName
String getDisplayedName()
-