Interface GanttChartLink
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GanttChartLinkImpl
A representation of the model object 'Link'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Begin Key' attribute.getColor()
Returns the value of the 'Color' containment reference.int
Returns the value of the 'Cur Begin Key' attribute.int
Returns the value of the 'Cur End Key' attribute.int
Returns the value of the 'End Key' attribute.Returns the value of the 'Link Type' attribute.void
setBeginKey
(int value) Sets the value of the 'Begin Key
' attribute.void
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCurBeginKey
int getCurBeginKey()Returns the value of the 'Cur Begin Key' attribute.- Returns:
- the value of the 'Cur Begin Key' attribute.
- See Also:
-
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:
-
getCurEndKey
int getCurEndKey()Returns the value of the 'Cur End Key' attribute.- Returns:
- the value of the 'Cur End Key' attribute.
- See Also:
-
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:
-
getBeginKey
int getBeginKey()Returns the value of the 'Begin Key' attribute.- Returns:
- the value of the 'Begin Key' attribute.
- See Also:
-
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:
-
getEndKey
int getEndKey()Returns the value of the 'End Key' attribute.- Returns:
- the value of the 'End Key' attribute.
- See Also:
-
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:
-
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:
-
setLinkType
Sets the value of the 'Link Type
' attribute.- Parameters:
value
- the new value of the 'Link Type' attribute.- See Also:
-
getColor
Color getColor()Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
-
setColor
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
-