Interface GanttChart
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- GanttChartImpl
 
 public interface GanttChart extends IBmObject A representation of the model object 'Gantt Chart'.The following features are supported: - Chart
- Points
- Series
- Interval
- Value
- Draw Empty
- Time Scale
- Keep Scale Variant
- Fixed Variant Measure
- Fixed Variant Interval
- Auto Full Interval
- Full Interval Begin
- Full Interval End
- Visual Begin
- Interval Draw Type
- None Variant Chars
- None Variant Measure
- Vertical Stretch
- Vertical Scroll Enable
- Show Value Text
- Ext Title
- Outbound Color
- Back Intervals
- Link
- Links Color
- Links Line
- Show Points Text
- Show Data
- Predefined Log Form Table Visible
 - See Also:
- GanttChartPackage.getGanttChart()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GanttChartBackgroundIntervalsgetBackIntervals()Returns the value of the 'Back Intervals' containment reference.ChartgetChart()Returns the value of the 'Chart' containment reference.org.eclipse.emf.common.util.EMap<String,String>getExtTitle()Returns the value of the 'Ext Title' map.intgetFixedVariantInterval()Returns the value of the 'Fixed Variant Interval' attribute.TimeScaleUnitTypegetFixedVariantMeasure()Returns the value of the 'Fixed Variant Measure' attribute.DategetFullIntervalBegin()Returns the value of the 'Full Interval Begin' attribute.DategetFullIntervalEnd()Returns the value of the 'Full Interval End' attribute.org.eclipse.emf.common.util.EList<ChartInterval>getInterval()Returns the value of the 'Interval' containment reference list.GanttChartIntervalRepresentationgetIntervalDrawType()Returns the value of the 'Interval Draw Type' attribute.GanttChartScaleKeepinggetKeepScaleVariant()Returns the value of the 'Keep Scale Variant' attribute.org.eclipse.emf.common.util.EList<GanttChartLink>getLink()Returns the value of the 'Link' containment reference list.ColorgetLinksColor()Returns the value of the 'Links Color' containment reference.ChartLinegetLinksLine()Returns the value of the 'Links Line' containment reference.doublegetNoneVariantChars()Returns the value of the 'None Variant Chars' attribute.TimeScaleUnitTypegetNoneVariantMeasure()Returns the value of the 'None Variant Measure' attribute.ColorgetOutboundColor()Returns the value of the 'Outbound Color' containment reference.ChartPointsgetPoints()Returns the value of the 'Points' containment reference.ChartSeriesgetSeries()Returns the value of the 'Series' containment reference.GanttChartShowOnPaintgetShowData()Returns the value of the 'Show Data' attribute.GanttChartShowOnPaintgetShowPointsText()Returns the value of the 'Show Points Text' attribute.GanttChartValueTextRepresentationgetShowValueText()Returns the value of the 'Show Value Text' attribute.TimeScalegetTimeScale()Returns the value of the 'Time Scale' containment reference.org.eclipse.emf.common.util.EList<ChartValue>getValue()Returns the value of the 'Value' containment reference list.GanttChartVerticalStretchgetVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.DategetVisualBegin()Returns the value of the 'Visual Begin' attribute.booleanisAutoFullInterval()Returns the value of the 'Auto Full Interval' attribute.booleanisDrawEmpty()Returns the value of the 'Draw Empty' attribute.booleanisPredefinedLogFormTableVisible()Returns the value of the 'Predefined Log Form Table Visible' attribute.booleanisVerticalScrollEnable()Returns the value of the 'Vertical Scroll Enable' attribute.voidsetAutoFullInterval(boolean value)Sets the value of the 'Auto Full Interval' attribute.voidsetBackIntervals(GanttChartBackgroundIntervals value)Sets the value of the 'Back Intervals' containment reference.voidsetChart(Chart value)Sets the value of the 'Chart' containment reference.voidsetDrawEmpty(boolean value)Sets the value of the 'Draw Empty' attribute.voidsetFixedVariantInterval(int value)Sets the value of the 'Fixed Variant Interval' attribute.voidsetFixedVariantMeasure(TimeScaleUnitType value)Sets the value of the 'Fixed Variant Measure' attribute.voidsetFullIntervalBegin(Date value)Sets the value of the 'Full Interval Begin' attribute.voidsetFullIntervalEnd(Date value)Sets the value of the 'Full Interval End' attribute.voidsetIntervalDrawType(GanttChartIntervalRepresentation value)Sets the value of the 'Interval Draw Type' attribute.voidsetKeepScaleVariant(GanttChartScaleKeeping value)Sets the value of the 'Keep Scale Variant' attribute.voidsetLinksColor(Color value)Sets the value of the 'Links Color' containment reference.voidsetLinksLine(ChartLine value)Sets the value of the 'Links Line' containment reference.voidsetNoneVariantChars(double value)Sets the value of the 'None Variant Chars' attribute.voidsetNoneVariantMeasure(TimeScaleUnitType value)Sets the value of the 'None Variant Measure' attribute.voidsetOutboundColor(Color value)Sets the value of the 'Outbound Color' containment reference.voidsetPoints(ChartPoints value)Sets the value of the 'Points' containment reference.voidsetPredefinedLogFormTableVisible(boolean value)Sets the value of the 'Predefined Log Form Table Visible' attribute.voidsetSeries(ChartSeries value)Sets the value of the 'Series' containment reference.voidsetShowData(GanttChartShowOnPaint value)Sets the value of the 'Show Data' attribute.voidsetShowPointsText(GanttChartShowOnPaint value)Sets the value of the 'Show Points Text' attribute.voidsetShowValueText(GanttChartValueTextRepresentation value)Sets the value of the 'Show Value Text' attribute.voidsetTimeScale(TimeScale value)Sets the value of the 'Time Scale' containment reference.voidsetVerticalScrollEnable(boolean value)Sets the value of the 'Vertical Scroll Enable' attribute.voidsetVerticalStretch(GanttChartVerticalStretch value)Sets the value of the 'Vertical Stretch' attribute.voidsetVisualBegin(Date value)Sets the value of the 'Visual Begin' 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- 
getChartChart getChart() Returns the value of the 'Chart' containment reference.- Returns:
- the value of the 'Chart' containment reference.
- See Also:
- setChart(Chart),- GanttChartPackage.getGanttChart_Chart()
 
 - 
setChartvoid setChart(Chart value) Sets the value of the 'Chart' containment reference.- Parameters:
- value- the new value of the 'Chart' containment reference.
- See Also:
- getChart()
 
 - 
getPointsChartPoints getPoints() Returns the value of the 'Points' containment reference.- Returns:
- the value of the 'Points' containment reference.
- See Also:
- setPoints(ChartPoints),- GanttChartPackage.getGanttChart_Points()
 
 - 
setPointsvoid setPoints(ChartPoints value) Sets the value of the 'Points' containment reference.- Parameters:
- value- the new value of the 'Points' containment reference.
- See Also:
- getPoints()
 
 - 
getSeriesChartSeries getSeries() Returns the value of the 'Series' containment reference.- Returns:
- the value of the 'Series' containment reference.
- See Also:
- setSeries(ChartSeries),- GanttChartPackage.getGanttChart_Series()
 
 - 
setSeriesvoid setSeries(ChartSeries value) Sets the value of the 'Series' containment reference.- Parameters:
- value- the new value of the 'Series' containment reference.
- See Also:
- getSeries()
 
 - 
getIntervalorg.eclipse.emf.common.util.EList<ChartInterval> getInterval() Returns the value of the 'Interval' containment reference list. The list contents are of typeChartInterval.- Returns:
- the value of the 'Interval' containment reference list.
- See Also:
- GanttChartPackage.getGanttChart_Interval()
 
 - 
getValueorg.eclipse.emf.common.util.EList<ChartValue> getValue() Returns the value of the 'Value' containment reference list. The list contents are of typeChartValue.- Returns:
- the value of the 'Value' containment reference list.
- See Also:
- GanttChartPackage.getGanttChart_Value()
 
 - 
isDrawEmptyboolean isDrawEmpty() Returns the value of the 'Draw Empty' attribute.- Returns:
- the value of the 'Draw Empty' attribute.
- See Also:
- setDrawEmpty(boolean),- GanttChartPackage.getGanttChart_DrawEmpty()
 
 - 
setDrawEmptyvoid setDrawEmpty(boolean value) Sets the value of the 'Draw Empty' attribute.- Parameters:
- value- the new value of the 'Draw Empty' attribute.
- See Also:
- isDrawEmpty()
 
 - 
getTimeScaleTimeScale getTimeScale() Returns the value of the 'Time Scale' containment reference.- Returns:
- the value of the 'Time Scale' containment reference.
- See Also:
- setTimeScale(TimeScale),- GanttChartPackage.getGanttChart_TimeScale()
 
 - 
setTimeScalevoid setTimeScale(TimeScale value) Sets the value of the 'Time Scale' containment reference.- Parameters:
- value- the new value of the 'Time Scale' containment reference.
- See Also:
- getTimeScale()
 
 - 
getKeepScaleVariantGanttChartScaleKeeping getKeepScaleVariant() Returns the value of the 'Keep Scale Variant' attribute. The literals are from the enumerationGanttChartScaleKeeping.- Returns:
- the value of the 'Keep Scale Variant' attribute.
- See Also:
- GanttChartScaleKeeping,- setKeepScaleVariant(GanttChartScaleKeeping),- GanttChartPackage.getGanttChart_KeepScaleVariant()
 
 - 
setKeepScaleVariantvoid setKeepScaleVariant(GanttChartScaleKeeping value) Sets the value of the 'Keep Scale Variant' attribute.- Parameters:
- value- the new value of the 'Keep Scale Variant' attribute.
- See Also:
- GanttChartScaleKeeping,- getKeepScaleVariant()
 
 - 
getFixedVariantMeasureTimeScaleUnitType getFixedVariantMeasure() Returns the value of the 'Fixed Variant Measure' attribute. The literals are from the enumerationTimeScaleUnitType.- Returns:
- the value of the 'Fixed Variant Measure' attribute.
- See Also:
- TimeScaleUnitType,- setFixedVariantMeasure(TimeScaleUnitType),- GanttChartPackage.getGanttChart_FixedVariantMeasure()
 
 - 
setFixedVariantMeasurevoid setFixedVariantMeasure(TimeScaleUnitType value) Sets the value of the 'Fixed Variant Measure' attribute.- Parameters:
- value- the new value of the 'Fixed Variant Measure' attribute.
- See Also:
- TimeScaleUnitType,- getFixedVariantMeasure()
 
 - 
getFixedVariantIntervalint getFixedVariantInterval() Returns the value of the 'Fixed Variant Interval' attribute.- Returns:
- the value of the 'Fixed Variant Interval' attribute.
- See Also:
- setFixedVariantInterval(int),- GanttChartPackage.getGanttChart_FixedVariantInterval()
 
 - 
setFixedVariantIntervalvoid setFixedVariantInterval(int value) Sets the value of the 'Fixed Variant Interval' attribute.- Parameters:
- value- the new value of the 'Fixed Variant Interval' attribute.
- See Also:
- getFixedVariantInterval()
 
 - 
isAutoFullIntervalboolean isAutoFullInterval() Returns the value of the 'Auto Full Interval' attribute.- Returns:
- the value of the 'Auto Full Interval' attribute.
- See Also:
- setAutoFullInterval(boolean),- GanttChartPackage.getGanttChart_AutoFullInterval()
 
 - 
setAutoFullIntervalvoid setAutoFullInterval(boolean value) Sets the value of the 'Auto Full Interval' attribute.- Parameters:
- value- the new value of the 'Auto Full Interval' attribute.
- See Also:
- isAutoFullInterval()
 
 - 
getFullIntervalBeginDate getFullIntervalBegin() Returns the value of the 'Full Interval Begin' attribute.- Returns:
- the value of the 'Full Interval Begin' attribute.
- See Also:
- setFullIntervalBegin(Date),- GanttChartPackage.getGanttChart_FullIntervalBegin()
 
 - 
setFullIntervalBeginvoid setFullIntervalBegin(Date value) Sets the value of the 'Full Interval Begin' attribute.- Parameters:
- value- the new value of the 'Full Interval Begin' attribute.
- See Also:
- getFullIntervalBegin()
 
 - 
getFullIntervalEndDate getFullIntervalEnd() Returns the value of the 'Full Interval End' attribute.- Returns:
- the value of the 'Full Interval End' attribute.
- See Also:
- setFullIntervalEnd(Date),- GanttChartPackage.getGanttChart_FullIntervalEnd()
 
 - 
setFullIntervalEndvoid setFullIntervalEnd(Date value) Sets the value of the 'Full Interval End' attribute.- Parameters:
- value- the new value of the 'Full Interval End' attribute.
- See Also:
- getFullIntervalEnd()
 
 - 
getVisualBeginDate getVisualBegin() Returns the value of the 'Visual Begin' attribute.- Returns:
- the value of the 'Visual Begin' attribute.
- See Also:
- setVisualBegin(Date),- GanttChartPackage.getGanttChart_VisualBegin()
 
 - 
setVisualBeginvoid setVisualBegin(Date value) Sets the value of the 'Visual Begin' attribute.- Parameters:
- value- the new value of the 'Visual Begin' attribute.
- See Also:
- getVisualBegin()
 
 - 
getIntervalDrawTypeGanttChartIntervalRepresentation getIntervalDrawType() Returns the value of the 'Interval Draw Type' attribute. The literals are from the enumerationGanttChartIntervalRepresentation.- Returns:
- the value of the 'Interval Draw Type' attribute.
- See Also:
- GanttChartIntervalRepresentation,- setIntervalDrawType(GanttChartIntervalRepresentation),- GanttChartPackage.getGanttChart_IntervalDrawType()
 
 - 
setIntervalDrawTypevoid setIntervalDrawType(GanttChartIntervalRepresentation value) Sets the value of the 'Interval Draw Type' attribute.- Parameters:
- value- the new value of the 'Interval Draw Type' attribute.
- See Also:
- GanttChartIntervalRepresentation,- getIntervalDrawType()
 
 - 
getNoneVariantCharsdouble getNoneVariantChars() Returns the value of the 'None Variant Chars' attribute.- Returns:
- the value of the 'None Variant Chars' attribute.
- See Also:
- setNoneVariantChars(double),- GanttChartPackage.getGanttChart_NoneVariantChars()
 
 - 
setNoneVariantCharsvoid setNoneVariantChars(double value) Sets the value of the 'None Variant Chars' attribute.- Parameters:
- value- the new value of the 'None Variant Chars' attribute.
- See Also:
- getNoneVariantChars()
 
 - 
getNoneVariantMeasureTimeScaleUnitType getNoneVariantMeasure() Returns the value of the 'None Variant Measure' attribute. The literals are from the enumerationTimeScaleUnitType.- Returns:
- the value of the 'None Variant Measure' attribute.
- See Also:
- TimeScaleUnitType,- setNoneVariantMeasure(TimeScaleUnitType),- GanttChartPackage.getGanttChart_NoneVariantMeasure()
 
 - 
setNoneVariantMeasurevoid setNoneVariantMeasure(TimeScaleUnitType value) Sets the value of the 'None Variant Measure' attribute.- Parameters:
- value- the new value of the 'None Variant Measure' attribute.
- See Also:
- TimeScaleUnitType,- getNoneVariantMeasure()
 
 - 
getVerticalStretchGanttChartVerticalStretch getVerticalStretch() Returns the value of the 'Vertical Stretch' attribute. The literals are from the enumerationGanttChartVerticalStretch.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
- GanttChartVerticalStretch,- setVerticalStretch(GanttChartVerticalStretch),- GanttChartPackage.getGanttChart_VerticalStretch()
 
 - 
setVerticalStretchvoid setVerticalStretch(GanttChartVerticalStretch value) Sets the value of the 'Vertical Stretch' attribute.- Parameters:
- value- the new value of the 'Vertical Stretch' attribute.
- See Also:
- GanttChartVerticalStretch,- getVerticalStretch()
 
 - 
isVerticalScrollEnableboolean isVerticalScrollEnable() Returns the value of the 'Vertical Scroll Enable' attribute.- Returns:
- the value of the 'Vertical Scroll Enable' attribute.
- See Also:
- setVerticalScrollEnable(boolean),- GanttChartPackage.getGanttChart_VerticalScrollEnable()
 
 - 
setVerticalScrollEnablevoid setVerticalScrollEnable(boolean value) Sets the value of the 'Vertical Scroll Enable' attribute.- Parameters:
- value- the new value of the 'Vertical Scroll Enable' attribute.
- See Also:
- isVerticalScrollEnable()
 
 - 
getShowValueTextGanttChartValueTextRepresentation getShowValueText() Returns the value of the 'Show Value Text' attribute. The literals are from the enumerationGanttChartValueTextRepresentation.- Returns:
- the value of the 'Show Value Text' attribute.
- See Also:
- GanttChartValueTextRepresentation,- setShowValueText(GanttChartValueTextRepresentation),- GanttChartPackage.getGanttChart_ShowValueText()
 
 - 
setShowValueTextvoid setShowValueText(GanttChartValueTextRepresentation value) Sets the value of the 'Show Value Text' attribute.- Parameters:
- value- the new value of the 'Show Value Text' attribute.
- See Also:
- GanttChartValueTextRepresentation,- getShowValueText()
 
 - 
getExtTitleorg.eclipse.emf.common.util.EMap<String,String> getExtTitle() Returns the value of the 'Ext Title' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Ext Title' map.
- See Also:
- GanttChartPackage.getGanttChart_ExtTitle()
 
 - 
getOutboundColorColor getOutboundColor() Returns the value of the 'Outbound Color' containment reference.- Returns:
- the value of the 'Outbound Color' containment reference.
- See Also:
- setOutboundColor(Color),- GanttChartPackage.getGanttChart_OutboundColor()
 
 - 
setOutboundColorvoid setOutboundColor(Color value) Sets the value of the 'Outbound Color' containment reference.- Parameters:
- value- the new value of the 'Outbound Color' containment reference.
- See Also:
- getOutboundColor()
 
 - 
getBackIntervalsGanttChartBackgroundIntervals getBackIntervals() Returns the value of the 'Back Intervals' containment reference.- Returns:
- the value of the 'Back Intervals' containment reference.
- See Also:
- setBackIntervals(GanttChartBackgroundIntervals),- GanttChartPackage.getGanttChart_BackIntervals()
 
 - 
setBackIntervalsvoid setBackIntervals(GanttChartBackgroundIntervals value) Sets the value of the 'Back Intervals' containment reference.- Parameters:
- value- the new value of the 'Back Intervals' containment reference.
- See Also:
- getBackIntervals()
 
 - 
getLinkorg.eclipse.emf.common.util.EList<GanttChartLink> getLink() Returns the value of the 'Link' containment reference list. The list contents are of typeGanttChartLink.- Returns:
- the value of the 'Link' containment reference list.
- See Also:
- GanttChartPackage.getGanttChart_Link()
 
 - 
getLinksColorColor getLinksColor() Returns the value of the 'Links Color' containment reference.- Returns:
- the value of the 'Links Color' containment reference.
- See Also:
- setLinksColor(Color),- GanttChartPackage.getGanttChart_LinksColor()
 
 - 
setLinksColorvoid setLinksColor(Color value) Sets the value of the 'Links Color' containment reference.- Parameters:
- value- the new value of the 'Links Color' containment reference.
- See Also:
- getLinksColor()
 
 - 
getLinksLineChartLine getLinksLine() Returns the value of the 'Links Line' containment reference.- Returns:
- the value of the 'Links Line' containment reference.
- See Also:
- setLinksLine(ChartLine),- GanttChartPackage.getGanttChart_LinksLine()
 
 - 
setLinksLinevoid setLinksLine(ChartLine value) Sets the value of the 'Links Line' containment reference.- Parameters:
- value- the new value of the 'Links Line' containment reference.
- See Also:
- getLinksLine()
 
 - 
getShowPointsTextGanttChartShowOnPaint getShowPointsText() Returns the value of the 'Show Points Text' attribute. The literals are from the enumerationGanttChartShowOnPaint.- Returns:
- the value of the 'Show Points Text' attribute.
- See Also:
- GanttChartShowOnPaint,- setShowPointsText(GanttChartShowOnPaint),- GanttChartPackage.getGanttChart_ShowPointsText()
 
 - 
setShowPointsTextvoid setShowPointsText(GanttChartShowOnPaint value) Sets the value of the 'Show Points Text' attribute.- Parameters:
- value- the new value of the 'Show Points Text' attribute.
- See Also:
- GanttChartShowOnPaint,- getShowPointsText()
 
 - 
getShowDataGanttChartShowOnPaint getShowData() Returns the value of the 'Show Data' attribute. The literals are from the enumerationGanttChartShowOnPaint.- Returns:
- the value of the 'Show Data' attribute.
- See Also:
- GanttChartShowOnPaint,- setShowData(GanttChartShowOnPaint),- GanttChartPackage.getGanttChart_ShowData()
 
 - 
setShowDatavoid setShowData(GanttChartShowOnPaint value) Sets the value of the 'Show Data' attribute.- Parameters:
- value- the new value of the 'Show Data' attribute.
- See Also:
- GanttChartShowOnPaint,- getShowData()
 
 - 
isPredefinedLogFormTableVisibleboolean isPredefinedLogFormTableVisible() Returns the value of the 'Predefined Log Form Table Visible' attribute.- Returns:
- the value of the 'Predefined Log Form Table Visible' attribute.
- See Also:
- setPredefinedLogFormTableVisible(boolean),- GanttChartPackage.getGanttChart_PredefinedLogFormTableVisible()
 
 - 
setPredefinedLogFormTableVisiblevoid setPredefinedLogFormTableVisible(boolean value) Sets the value of the 'Predefined Log Form Table Visible' attribute.- Parameters:
- value- the new value of the 'Predefined Log Form Table Visible' attribute.
- See Also:
- isPredefinedLogFormTableVisible()
 
 
- 
 
-