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
 
 public interface ChartDataItem extends IBmObject A representation of the model object 'Data Item'.The following features are supported: - See Also:
- ChartPackage.getChartDataItem()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetDataValue()Returns the value of the 'Data Value' containment reference.doublegetDoubleValue()Returns the value of the 'Double Value' attribute.PointgetPoint()Returns the value of the 'Point' containment reference.StringgetTooltip()Returns the value of the 'Tooltip' attribute.ValuegetValInfo()Returns the value of the 'Val Info' containment reference.voidsetDataValue(Value value)Sets the value of the 'Data Value' containment reference.voidsetDoubleValue(double value)Sets the value of the 'Double Value' attribute.voidsetPoint(Point value)Sets the value of the 'Point' containment reference.voidsetTooltip(String value)Sets the value of the 'Tooltip' attribute.voidsetValInfo(Value value)Sets the value of the 'Val Info' containment reference.- 
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.getChartDataItem_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()
 
 - 
getDoubleValuedouble getDoubleValue() Returns the value of the 'Double Value' attribute.- Returns:
- the value of the 'Double Value' attribute.
- See Also:
- setDoubleValue(double),- ChartPackage.getChartDataItem_DoubleValue()
 
 - 
setDoubleValuevoid setDoubleValue(double value) Sets the value of the 'Double Value' attribute.- Parameters:
- value- the new value of the 'Double Value' attribute.
- See Also:
- getDoubleValue()
 
 - 
getValInfoValue getValInfo() Returns the value of the 'Val Info' containment reference.- Returns:
- the value of the 'Val Info' containment reference.
- See Also:
- setValInfo(Value),- ChartPackage.getChartDataItem_ValInfo()
 
 - 
setValInfovoid setValInfo(Value value) Sets the value of the 'Val Info' containment reference.- Parameters:
- value- the new value of the 'Val Info' containment reference.
- See Also:
- getValInfo()
 
 - 
getTooltipString getTooltip() Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
- setTooltip(String),- ChartPackage.getChartDataItem_Tooltip()
 
 - 
setTooltipvoid setTooltip(String value) Sets the value of the 'Tooltip' attribute.- Parameters:
- value- the new value of the 'Tooltip' attribute.
- See Also:
- getTooltip()
 
 - 
getPointPoint getPoint() Returns the value of the 'Point' containment reference.- Returns:
- the value of the 'Point' containment reference.
- See Also:
- setPoint(Point),- ChartPackage.getChartDataItem_Point()
 
 - 
setPointvoid setPoint(Point value) Sets the value of the 'Point' containment reference.- Parameters:
- value- the new value of the 'Point' containment reference.
- See Also:
- getPoint()
 
 
- 
 
-