Interface ChartSeries
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChartSeriesImpl
public interface ChartSeries extends IBmObject
A representation of the model object 'Chart Series'.The following features are supported:
- See Also:
GanttChartPackage.getChartSeries()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<GanttChartSeriesValueContent>
getContentCacheItem()
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
isAutoText()
Returns the value of the 'Auto Text' attribute.boolean
isTestMode()
Returns the value of the 'Test Mode' attribute.boolean
isUseValuesReverseBehavior()
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
isTestMode
boolean isTestMode()
Returns the value of the 'Test Mode' attribute.- Returns:
- the value of the 'Test Mode' attribute.
- See Also:
setTestMode(boolean)
,GanttChartPackage.getChartSeries_TestMode()
-
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:
isTestMode()
-
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:
GanttChartPackage.getChartSeries_Value()
-
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:
GanttChartPackage.getChartSeries_ContentCacheItem()
-
isAutoText
boolean isAutoText()
Returns the value of the 'Auto Text' attribute.- Returns:
- the value of the 'Auto Text' attribute.
- See Also:
setAutoText(boolean)
,GanttChartPackage.getChartSeries_AutoText()
-
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:
isAutoText()
-
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(boolean)
,GanttChartPackage.getChartSeries_UseValuesReverseBehavior()
-
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:
isUseValuesReverseBehavior()
-
-