Package com._1c.g5.v8.dt.chart.model
Interface ChartDataItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartDataItemImpl
A representation of the model object 'Data Item'.
The following features are supported:
- See Also:
-
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 'Data Value' containment reference.double
Returns the value of the 'Double Value' attribute.getPoint()
Returns the value of the 'Point' containment reference.Returns the value of the 'Tooltip' attribute.Returns the value of the 'Val Info' containment reference.void
setDataValue
(Value value) Sets the value of the 'Data Value
' containment reference.void
setDoubleValue
(double value) Sets the value of the 'Double Value
' attribute.void
Sets the value of the 'Point
' containment reference.void
setTooltip
(String value) Sets the value of the 'Tooltip
' attribute.void
setValInfo
(Value value) Sets the value of the 'Val Info
' 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
-
getDataValue
Value getDataValue()Returns the value of the 'Data Value' containment reference.- Returns:
- the value of the 'Data Value' containment reference.
- See Also:
-
setDataValue
Sets the value of the 'Data Value
' containment reference.- Parameters:
value
- the new value of the 'Data Value' containment reference.- See Also:
-
getDoubleValue
double getDoubleValue()Returns the value of the 'Double Value' attribute.- Returns:
- the value of the 'Double Value' attribute.
- See Also:
-
setDoubleValue
void setDoubleValue(double value) Sets the value of the 'Double Value
' attribute.- Parameters:
value
- the new value of the 'Double Value' attribute.- See Also:
-
getValInfo
Value getValInfo()Returns the value of the 'Val Info' containment reference.- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
-
setValInfo
Sets the value of the 'Val Info
' containment reference.- Parameters:
value
- the new value of the 'Val Info' containment reference.- See Also:
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
-
getPoint
Point getPoint()Returns the value of the 'Point' containment reference.- Returns:
- the value of the 'Point' containment reference.
- See Also:
-
setPoint
Sets the value of the 'Point
' containment reference.- Parameters:
value
- the new value of the 'Point' containment reference.- See Also:
-