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 Summary
All 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.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.getChartDataItem_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()
-
getDoubleValue
double getDoubleValue()
Returns the value of the 'Double Value' attribute.- Returns:
- the value of the 'Double Value' attribute.
- See Also:
setDoubleValue(double),ChartPackage.getChartDataItem_DoubleValue()
-
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:
getDoubleValue()
-
getValInfo
Value 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()
-
setValInfo
void 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()
-
getTooltip
String getTooltip()
Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
setTooltip(String),ChartPackage.getChartDataItem_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()
-
getPoint
Point getPoint()
Returns the value of the 'Point' containment reference.- Returns:
- the value of the 'Point' containment reference.
- See Also:
setPoint(Point),ChartPackage.getChartDataItem_Point()
-
setPoint
void setPoint(Point value)
Sets the value of the 'Point' containment reference.- Parameters:
value- the new value of the 'Point' containment reference.- See Also:
getPoint()
-
-