Interface ChartPoints
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ChartPointsImpl
 
 public interface ChartPoints extends IBmObject A representation of the model object 'Chart Points'.The following features are supported: - See Also:
- GanttChartPackage.getChartPoints()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<GanttChartPointValueContent>getContentCacheItem()Returns the value of the 'Content Cache Item' containment reference list.org.eclipse.emf.common.util.EList<PointDimensionValue>getValue()Returns the value of the 'Value' containment reference list.booleanisAutoText()Returns the value of the 'Auto Text' attribute.booleanisTestMode()Returns the value of the 'Test Mode' attribute.booleanisUseValuesReverseBehavior()Returns the value of the 'Use Values Reverse Behavior' attribute.voidsetAutoText(boolean value)Sets the value of the 'Auto Text' attribute.voidsetTestMode(boolean value)Sets the value of the 'Test Mode' attribute.voidsetUseValuesReverseBehavior(boolean value)Sets the value of the 'Use Values Reverse Behavior' attribute.- 
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- 
isTestModeboolean isTestMode() Returns the value of the 'Test Mode' attribute.- Returns:
- the value of the 'Test Mode' attribute.
- See Also:
- setTestMode(boolean),- GanttChartPackage.getChartPoints_TestMode()
 
 - 
setTestModevoid setTestMode(boolean value) Sets the value of the 'Test Mode' attribute.- Parameters:
- value- the new value of the 'Test Mode' attribute.
- See Also:
- isTestMode()
 
 - 
getValueorg.eclipse.emf.common.util.EList<PointDimensionValue> getValue() Returns the value of the 'Value' containment reference list. The list contents are of typePointDimensionValue.- Returns:
- the value of the 'Value' containment reference list.
- See Also:
- GanttChartPackage.getChartPoints_Value()
 
 - 
getContentCacheItemorg.eclipse.emf.common.util.EList<GanttChartPointValueContent> getContentCacheItem() Returns the value of the 'Content Cache Item' containment reference list. The list contents are of typeGanttChartPointValueContent.- Returns:
- the value of the 'Content Cache Item' containment reference list.
- See Also:
- GanttChartPackage.getChartPoints_ContentCacheItem()
 
 - 
isAutoTextboolean isAutoText() Returns the value of the 'Auto Text' attribute.- Returns:
- the value of the 'Auto Text' attribute.
- See Also:
- setAutoText(boolean),- GanttChartPackage.getChartPoints_AutoText()
 
 - 
setAutoTextvoid setAutoText(boolean value) Sets the value of the 'Auto Text' attribute.- Parameters:
- value- the new value of the 'Auto Text' attribute.
- See Also:
- isAutoText()
 
 - 
isUseValuesReverseBehaviorboolean 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.getChartPoints_UseValuesReverseBehavior()
 
 - 
setUseValuesReverseBehaviorvoid 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()
 
 
- 
 
-