Interface ChartSeries
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartSeriesImpl
A representation of the model object 'Chart Series'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<GanttChartSeriesValueContent>
Returns the value of the 'Content Cache Item' containment reference list.org.eclipse.emf.common.util.EList<SeriesDimensionValue>
getValue()
Returns the value of the 'Value' containment reference list.boolean
Returns the value of the 'Auto Text' attribute.boolean
Returns the value of the 'Test Mode' attribute.boolean
Returns the value of the 'Use Values Reverse Behavior' attribute.void
setAutoText
(boolean value) Sets the value of the 'Auto Text
' attribute.void
setTestMode
(boolean value) Sets the value of the 'Test Mode
' attribute.void
setUseValuesReverseBehavior
(boolean value) Sets the value of the 'Use Values Reverse Behavior
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isTestMode
boolean isTestMode()Returns the value of the 'Test Mode' attribute.- Returns:
- the value of the 'Test Mode' attribute.
- See Also:
-
setTestMode
void setTestMode(boolean value) Sets the value of the 'Test Mode
' attribute.- Parameters:
value
- the new value of the 'Test Mode' attribute.- See Also:
-
getValue
org.eclipse.emf.common.util.EList<SeriesDimensionValue> getValue()Returns the value of the 'Value' containment reference list. The list contents are of typeSeriesDimensionValue
.- Returns:
- the value of the 'Value' containment reference list.
- See Also:
-
getContentCacheItem
org.eclipse.emf.common.util.EList<GanttChartSeriesValueContent> getContentCacheItem()Returns the value of the 'Content Cache Item' containment reference list. The list contents are of typeGanttChartSeriesValueContent
.- Returns:
- the value of the 'Content Cache Item' containment reference list.
- See Also:
-
isAutoText
boolean isAutoText()Returns the value of the 'Auto Text' attribute.- Returns:
- the value of the 'Auto Text' attribute.
- See Also:
-
setAutoText
void setAutoText(boolean value) Sets the value of the 'Auto Text
' attribute.- Parameters:
value
- the new value of the 'Auto Text' attribute.- See Also:
-
isUseValuesReverseBehavior
boolean isUseValuesReverseBehavior()Returns the value of the 'Use Values Reverse Behavior' attribute.- Returns:
- the value of the 'Use Values Reverse Behavior' attribute.
- See Also:
-
setUseValuesReverseBehavior
void setUseValuesReverseBehavior(boolean value) Sets the value of the 'Use Values Reverse Behavior
' attribute.- Parameters:
value
- the new value of the 'Use Values Reverse Behavior' attribute.- See Also:
-