Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChartLink
-
Packages that use GanttChartLink Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ganttchart.model.util -
-
Uses of GanttChartLink in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartLink Modifier and Type Method Description GanttChartLink
GanttChartFactory. createGanttChartLink()
Returns a new object of class 'Link'.Methods in com._1c.g5.v8.dt.ganttchart.model that return types with arguments of type GanttChartLink Modifier and Type Method Description org.eclipse.emf.common.util.EList<GanttChartLink>
GanttChart. getLink()
Returns the value of the 'Link' containment reference list. -
Uses of GanttChartLink in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement GanttChartLink Modifier and Type Class Description class
GanttChartLinkImpl
An implementation of the model object 'Link'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartLink Modifier and Type Method Description GanttChartLink
GanttChartFactoryImpl. createGanttChartLink()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type GanttChartLink Modifier and Type Method Description org.eclipse.emf.common.util.EList<GanttChartLink>
GanttChartImpl. getLink()
-
Uses of GanttChartLink in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type GanttChartLink Modifier and Type Method Description T
GanttChartSwitch. caseGanttChartLink(GanttChartLink object)
Returns the result of interpreting the object as an instance of 'Link'.
-