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 Summary
All 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.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
-
-
-
-
Method Detail
-
getDataValue
Value 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()
-
setDataValue
void 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()
-
getInfoValue
Value 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()
-
setInfoValue
void 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()
-
getTooltip
String getTooltip()
Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
setTooltip(String),ChartPackage.getRealDataItem_Tooltip()
-
setTooltip
void setTooltip(String value)
Sets the value of the 'Tooltip' attribute.- Parameters:
value- the new value of the 'Tooltip' attribute.- See Also:
getTooltip()
-
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(boolean),ChartPackage.getRealDataItem_IsToolTipFormatted()
-
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:
isIsToolTipFormatted()
-
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:
ChartValuesEditMode,setEditMode(ChartValuesEditMode),ChartPackage.getRealDataItem_EditMode()
-
setEditMode
void 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()
-
-