Interface GanttChartLink
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartLinkImpl
public interface GanttChartLink extends IBmObject
A representation of the model object 'Link'.The following features are supported:
- See Also:
GanttChartPackage.getGanttChartLink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBeginKey()
Returns the value of the 'Begin Key' attribute.Color
getColor()
Returns the value of the 'Color' containment reference.int
getCurBeginKey()
Returns the value of the 'Cur Begin Key' attribute.int
getCurEndKey()
Returns the value of the 'Cur End Key' attribute.int
getEndKey()
Returns the value of the 'End Key' attribute.GanttChartLinkType
getLinkType()
Returns the value of the 'Link Type' attribute.void
setBeginKey(int value)
Sets the value of the 'Begin Key
' attribute.void
setColor(Color value)
Sets the value of the 'Color
' containment reference.void
setCurBeginKey(int value)
Sets the value of the 'Cur Begin Key
' attribute.void
setCurEndKey(int value)
Sets the value of the 'Cur End Key
' attribute.void
setEndKey(int value)
Sets the value of the 'End Key
' attribute.void
setLinkType(GanttChartLinkType value)
Sets the value of the 'Link Type
' 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
-
getCurBeginKey
int getCurBeginKey()
Returns the value of the 'Cur Begin Key' attribute.- Returns:
- the value of the 'Cur Begin Key' attribute.
- See Also:
setCurBeginKey(int)
,GanttChartPackage.getGanttChartLink_CurBeginKey()
-
setCurBeginKey
void setCurBeginKey(int value)
Sets the value of the 'Cur Begin Key
' attribute.- Parameters:
value
- the new value of the 'Cur Begin Key' attribute.- See Also:
getCurBeginKey()
-
getCurEndKey
int getCurEndKey()
Returns the value of the 'Cur End Key' attribute.- Returns:
- the value of the 'Cur End Key' attribute.
- See Also:
setCurEndKey(int)
,GanttChartPackage.getGanttChartLink_CurEndKey()
-
setCurEndKey
void setCurEndKey(int value)
Sets the value of the 'Cur End Key
' attribute.- Parameters:
value
- the new value of the 'Cur End Key' attribute.- See Also:
getCurEndKey()
-
getBeginKey
int getBeginKey()
Returns the value of the 'Begin Key' attribute.- Returns:
- the value of the 'Begin Key' attribute.
- See Also:
setBeginKey(int)
,GanttChartPackage.getGanttChartLink_BeginKey()
-
setBeginKey
void setBeginKey(int value)
Sets the value of the 'Begin Key
' attribute.- Parameters:
value
- the new value of the 'Begin Key' attribute.- See Also:
getBeginKey()
-
getEndKey
int getEndKey()
Returns the value of the 'End Key' attribute.- Returns:
- the value of the 'End Key' attribute.
- See Also:
setEndKey(int)
,GanttChartPackage.getGanttChartLink_EndKey()
-
setEndKey
void setEndKey(int value)
Sets the value of the 'End Key
' attribute.- Parameters:
value
- the new value of the 'End Key' attribute.- See Also:
getEndKey()
-
getLinkType
GanttChartLinkType getLinkType()
Returns the value of the 'Link Type' attribute. The literals are from the enumerationGanttChartLinkType
.- Returns:
- the value of the 'Link Type' attribute.
- See Also:
GanttChartLinkType
,setLinkType(GanttChartLinkType)
,GanttChartPackage.getGanttChartLink_LinkType()
-
setLinkType
void setLinkType(GanttChartLinkType value)
Sets the value of the 'Link Type
' attribute.- Parameters:
value
- the new value of the 'Link Type' attribute.- See Also:
GanttChartLinkType
,getLinkType()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,GanttChartPackage.getGanttChartLink_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()
-
-