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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBeginKey()Returns the value of the 'Begin Key' attribute.ColorgetColor()Returns the value of the 'Color' containment reference.intgetCurBeginKey()Returns the value of the 'Cur Begin Key' attribute.intgetCurEndKey()Returns the value of the 'Cur End Key' attribute.intgetEndKey()Returns the value of the 'End Key' attribute.GanttChartLinkTypegetLinkType()Returns the value of the 'Link Type' attribute.voidsetBeginKey(int value)Sets the value of the 'Begin Key' attribute.voidsetColor(Color value)Sets the value of the 'Color' containment reference.voidsetCurBeginKey(int value)Sets the value of the 'Cur Begin Key' attribute.voidsetCurEndKey(int value)Sets the value of the 'Cur End Key' attribute.voidsetEndKey(int value)Sets the value of the 'End Key' attribute.voidsetLinkType(GanttChartLinkType value)Sets the value of the 'Link Type' 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- 
getCurBeginKeyint 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()
 
 - 
setCurBeginKeyvoid 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()
 
 - 
getCurEndKeyint 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()
 
 - 
setCurEndKeyvoid 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()
 
 - 
getBeginKeyint getBeginKey() Returns the value of the 'Begin Key' attribute.- Returns:
- the value of the 'Begin Key' attribute.
- See Also:
- setBeginKey(int),- GanttChartPackage.getGanttChartLink_BeginKey()
 
 - 
setBeginKeyvoid setBeginKey(int value) Sets the value of the 'Begin Key' attribute.- Parameters:
- value- the new value of the 'Begin Key' attribute.
- See Also:
- getBeginKey()
 
 - 
getEndKeyint getEndKey() Returns the value of the 'End Key' attribute.- Returns:
- the value of the 'End Key' attribute.
- See Also:
- setEndKey(int),- GanttChartPackage.getGanttChartLink_EndKey()
 
 - 
setEndKeyvoid setEndKey(int value) Sets the value of the 'End Key' attribute.- Parameters:
- value- the new value of the 'End Key' attribute.
- See Also:
- getEndKey()
 
 - 
getLinkTypeGanttChartLinkType 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()
 
 - 
setLinkTypevoid 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()
 
 - 
getColorColor getColor() Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
- setColor(Color),- GanttChartPackage.getGanttChartLink_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()
 
 
- 
 
-