Package com._1c.g5.v8.dt.chart.model
Interface RealDataItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RealDataItemImpl
A representation of the model object 'Real 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.Returns the value of the 'Edit Mode' attribute.Returns the value of the 'Info Value' containment reference.Returns the value of the 'Tooltip' attribute.boolean
Returns the value of the 'Is Tool Tip Formatted' attribute.void
setDataValue
(Value value) Sets the value of the 'Data Value
' containment reference.void
setEditMode
(ChartValuesEditMode value) Sets the value of the 'Edit Mode
' attribute.void
setInfoValue
(Value value) Sets the value of the 'Info Value
' containment reference.void
setIsToolTipFormatted
(boolean value) Sets the value of the 'Is Tool Tip Formatted
' attribute.void
setTooltip
(String value) Sets the value of the 'Tooltip
' attribute.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:
-
getInfoValue
Value getInfoValue()Returns the value of the 'Info Value' containment reference.- Returns:
- the value of the 'Info Value' containment reference.
- See Also:
-
setInfoValue
Sets the value of the 'Info Value
' containment reference.- Parameters:
value
- the new value of the 'Info Value' 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:
-
isIsToolTipFormatted
boolean isIsToolTipFormatted()Returns the value of the 'Is Tool Tip Formatted' attribute.- Returns:
- the value of the 'Is Tool Tip Formatted' attribute.
- See Also:
-
setIsToolTipFormatted
void setIsToolTipFormatted(boolean value) Sets the value of the 'Is Tool Tip Formatted
' attribute.- Parameters:
value
- the new value of the 'Is Tool Tip Formatted' attribute.- See Also:
-
getEditMode
ChartValuesEditMode getEditMode()Returns the value of the 'Edit Mode' attribute. The literals are from the enumerationChartValuesEditMode
.- Returns:
- the value of the 'Edit Mode' attribute.
- See Also:
-
setEditMode
Sets the value of the 'Edit Mode
' attribute.- Parameters:
value
- the new value of the 'Edit Mode' attribute.- See Also:
-