Interface ChartInterval
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ChartIntervalImpl
 
 public interface ChartInterval extends IBmObject A representation of the model object 'Chart Interval'.The following features are supported: - See Also:
- GanttChartPackage.getChartInterval()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetBegin()Returns the value of the 'Begin' attribute.ColorgetColor()Returns the value of the 'Color' containment reference.DategetEnd()Returns the value of the 'End' attribute.intgetIntervalKey()Returns the value of the 'Interval Key' attribute.intgetItemKey()Returns the value of the 'Item Key' attribute.intgetKey()Returns the value of the 'Key' attribute.org.eclipse.emf.common.util.EMap<String,String>getText()Returns the value of the 'Text' map.voidsetBegin(Date value)Sets the value of the 'Begin' attribute.voidsetColor(Color value)Sets the value of the 'Color' containment reference.voidsetEnd(Date value)Sets the value of the 'End' attribute.voidsetIntervalKey(int value)Sets the value of the 'Interval Key' attribute.voidsetItemKey(int value)Sets the value of the 'Item Key' attribute.voidsetKey(int value)Sets the value of the 'Key' 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- 
getItemKeyint getItemKey() Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
- setItemKey(int),- GanttChartPackage.getChartInterval_ItemKey()
 
 - 
setItemKeyvoid setItemKey(int value) Sets the value of the 'Item Key' attribute.- Parameters:
- value- the new value of the 'Item Key' attribute.
- See Also:
- getItemKey()
 
 - 
getKeyint getKey() Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
- setKey(int),- GanttChartPackage.getChartInterval_Key()
 
 - 
setKeyvoid setKey(int value) Sets the value of the 'Key' attribute.- Parameters:
- value- the new value of the 'Key' attribute.
- See Also:
- getKey()
 
 - 
getBeginDate getBegin() Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
- setBegin(Date),- GanttChartPackage.getChartInterval_Begin()
 
 - 
setBeginvoid setBegin(Date value) Sets the value of the 'Begin' attribute.- Parameters:
- value- the new value of the 'Begin' attribute.
- See Also:
- getBegin()
 
 - 
getEndDate getEnd() Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
- setEnd(Date),- GanttChartPackage.getChartInterval_End()
 
 - 
setEndvoid setEnd(Date value) Sets the value of the 'End' attribute.- Parameters:
- value- the new value of the 'End' attribute.
- See Also:
- getEnd()
 
 - 
getTextorg.eclipse.emf.common.util.EMap<String,String> getText() - Returns:
- the value of the 'Text' map.
- See Also:
- GanttChartPackage.getChartInterval_Text()
 
 - 
getColorColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(Color),- GanttChartPackage.getChartInterval_Color()
 
 - 
setColorvoid setColor(Color value) Sets the value of the 'Color' containment reference.- Parameters:
- value- the new value of the 'Color' containment reference.
- See Also:
- getColor()
 
 - 
getIntervalKeyint getIntervalKey() Returns the value of the 'Interval Key' attribute.- Returns:
- the value of the 'Interval Key' attribute.
- See Also:
- setIntervalKey(int),- GanttChartPackage.getChartInterval_IntervalKey()
 
 - 
setIntervalKeyvoid setIntervalKey(int value) Sets the value of the 'Interval Key' attribute.- Parameters:
- value- the new value of the 'Interval Key' attribute.
- See Also:
- getIntervalKey()
 
 
- 
 
-