Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.PointDimensionValue
-
Packages that use PointDimensionValue 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 PointDimensionValue in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return PointDimensionValue Modifier and Type Method Description PointDimensionValue
GanttChartFactory. createPointDimensionValue()
Returns a new object of class 'Point Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model that return types with arguments of type PointDimensionValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointDimensionValue>
ChartPoints. getValue()
Returns the value of the 'Value' containment reference list. -
Uses of PointDimensionValue in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement PointDimensionValue Modifier and Type Class Description class
PointDimensionValueImpl
An implementation of the model object 'Point Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return PointDimensionValue Modifier and Type Method Description PointDimensionValue
GanttChartFactoryImpl. createPointDimensionValue()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type PointDimensionValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<PointDimensionValue>
ChartPointsImpl. getValue()
-
Uses of PointDimensionValue in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type PointDimensionValue Modifier and Type Method Description T
GanttChartSwitch. casePointDimensionValue(PointDimensionValue object)
Returns the result of interpreting the object as an instance of 'Point Dimension Value'.
-