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
 
 public interface RealDataItem extends IBmObject A representation of the model object 'Real Data Item'.The following features are supported: - See Also:
- ChartPackage.getRealDataItem()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetDataValue()Returns the value of the 'Data Value' containment reference.ChartValuesEditModegetEditMode()Returns the value of the 'Edit Mode' attribute.ValuegetInfoValue()Returns the value of the 'Info Value' containment reference.StringgetTooltip()Returns the value of the 'Tooltip' attribute.booleanisIsToolTipFormatted()Returns the value of the 'Is Tool Tip Formatted' attribute.voidsetDataValue(Value value)Sets the value of the 'Data Value' containment reference.voidsetEditMode(ChartValuesEditMode value)Sets the value of the 'Edit Mode' attribute.voidsetInfoValue(Value value)Sets the value of the 'Info Value' containment reference.voidsetIsToolTipFormatted(boolean value)Sets the value of the 'Is Tool Tip Formatted' attribute.voidsetTooltip(String value)Sets the value of the 'Tooltip' attribute.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getDataValueValue getDataValue() Returns the value of the 'Data Value' containment reference.- Returns:
- the value of the 'Data Value' containment reference.
- See Also:
- setDataValue(Value),- ChartPackage.getRealDataItem_DataValue()
 
 - 
setDataValuevoid setDataValue(Value value) Sets the value of the 'Data Value' containment reference.- Parameters:
- value- the new value of the 'Data Value' containment reference.
- See Also:
- getDataValue()
 
 - 
getInfoValueValue getInfoValue() Returns the value of the 'Info Value' containment reference.- Returns:
- the value of the 'Info Value' containment reference.
- See Also:
- setInfoValue(Value),- ChartPackage.getRealDataItem_InfoValue()
 
 - 
setInfoValuevoid setInfoValue(Value value) Sets the value of the 'Info Value' containment reference.- Parameters:
- value- the new value of the 'Info Value' containment reference.
- See Also:
- getInfoValue()
 
 - 
getTooltipString getTooltip() Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
- setTooltip(String),- ChartPackage.getRealDataItem_Tooltip()
 
 - 
setTooltipvoid setTooltip(String value) Sets the value of the 'Tooltip' attribute.- Parameters:
- value- the new value of the 'Tooltip' attribute.
- See Also:
- getTooltip()
 
 - 
isIsToolTipFormattedboolean isIsToolTipFormatted() Returns the value of the 'Is Tool Tip Formatted' attribute.- Returns:
- the value of the 'Is Tool Tip Formatted' attribute.
- See Also:
- setIsToolTipFormatted(boolean),- ChartPackage.getRealDataItem_IsToolTipFormatted()
 
 - 
setIsToolTipFormattedvoid 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:
- isIsToolTipFormatted()
 
 - 
getEditModeChartValuesEditMode 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:
- ChartValuesEditMode,- setEditMode(ChartValuesEditMode),- ChartPackage.getRealDataItem_EditMode()
 
 - 
setEditModevoid setEditMode(ChartValuesEditMode value) Sets the value of the 'Edit Mode' attribute.- Parameters:
- value- the new value of the 'Edit Mode' attribute.
- See Also:
- ChartValuesEditMode,- getEditMode()
 
 
- 
 
-