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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getBegin()
Returns the value of the 'Begin' attribute.Color
getColor()
Returns the value of the 'Color' containment reference.Date
getEnd()
Returns the value of the 'End' attribute.int
getIntervalKey()
Returns the value of the 'Interval Key' attribute.int
getItemKey()
Returns the value of the 'Item Key' attribute.int
getKey()
Returns the value of the 'Key' attribute.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.void
setBegin(Date value)
Sets the value of the 'Begin
' attribute.void
setColor(Color value)
Sets the value of the 'Color
' containment reference.void
setEnd(Date value)
Sets the value of the 'End
' attribute.void
setIntervalKey(int value)
Sets the value of the 'Interval Key
' attribute.void
setItemKey(int value)
Sets the value of the 'Item Key
' attribute.void
setKey(int value)
Sets the value of the 'Key
' 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
-
getItemKey
int getItemKey()
Returns the value of the 'Item Key' attribute.- Returns:
- the value of the 'Item Key' attribute.
- See Also:
setItemKey(int)
,GanttChartPackage.getChartInterval_ItemKey()
-
setItemKey
void setItemKey(int value)
Sets the value of the 'Item Key
' attribute.- Parameters:
value
- the new value of the 'Item Key' attribute.- See Also:
getItemKey()
-
getKey
int getKey()
Returns the value of the 'Key' attribute.- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(int)
,GanttChartPackage.getChartInterval_Key()
-
setKey
void setKey(int value)
Sets the value of the 'Key
' attribute.- Parameters:
value
- the new value of the 'Key' attribute.- See Also:
getKey()
-
getBegin
Date getBegin()
Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
setBegin(Date)
,GanttChartPackage.getChartInterval_Begin()
-
setBegin
void setBegin(Date value)
Sets the value of the 'Begin
' attribute.- Parameters:
value
- the new value of the 'Begin' attribute.- See Also:
getBegin()
-
getEnd
Date getEnd()
Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
setEnd(Date)
,GanttChartPackage.getChartInterval_End()
-
setEnd
void setEnd(Date value)
Sets the value of the 'End
' attribute.- Parameters:
value
- the new value of the 'End' attribute.- See Also:
getEnd()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
GanttChartPackage.getChartInterval_Text()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,GanttChartPackage.getChartInterval_Color()
-
setColor
void setColor(Color value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
getIntervalKey
int getIntervalKey()
Returns the value of the 'Interval Key' attribute.- Returns:
- the value of the 'Interval Key' attribute.
- See Also:
setIntervalKey(int)
,GanttChartPackage.getChartInterval_IntervalKey()
-
setIntervalKey
void setIntervalKey(int value)
Sets the value of the 'Interval Key
' attribute.- Parameters:
value
- the new value of the 'Interval Key' attribute.- See Also:
getIntervalKey()
-
-