Package com._1c.g5.v8.dt.form.model
Interface ChartExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ExtInfo
,FormAttributeExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartExtInfoImpl
public interface ChartExtInfo extends FormAttributeExtInfo
A representation of the model object 'Chart Ext Info'.The following features are supported:
- See Also:
FormPackage.getChartExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Chart
getChart()
Returns the value of the 'Chart' reference.void
setChart(Chart value)
Sets the value of the 'Chart
' 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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getChart
Chart getChart()
Returns the value of the 'Chart' reference.- Returns:
- the value of the 'Chart' reference.
- See Also:
setChart(Chart)
,FormPackage.getChartExtInfo_Chart()
-
setChart
void setChart(Chart value)
Sets the value of the 'Chart
' reference.- Parameters:
value
- the new value of the 'Chart' reference.- See Also:
getChart()
-
-