Uses of Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartVerticalStretch
-
Packages that use GanttChartVerticalStretch Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl -
-
Uses of GanttChartVerticalStretch in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartVerticalStretch Modifier and Type Field Description static List<GanttChartVerticalStretch>GanttChartVerticalStretch. VALUESA public read-only list of all the 'Vertical Stretch' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartVerticalStretch Modifier and Type Method Description static GanttChartVerticalStretchGanttChartVerticalStretch. get(int value)Returns the 'Vertical Stretch' literal with the specified integer value.static GanttChartVerticalStretchGanttChartVerticalStretch. get(String literal)Returns the 'Vertical Stretch' literal with the specified literal value.static GanttChartVerticalStretchGanttChartVerticalStretch. getByName(String name)Returns the 'Vertical Stretch' literal with the specified name.GanttChartVerticalStretchGanttChart. getVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.static GanttChartVerticalStretchGanttChartVerticalStretch. valueOf(String name)Returns the enum constant of this type with the specified name.static GanttChartVerticalStretch[]GanttChartVerticalStretch. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartVerticalStretch Modifier and Type Method Description voidGanttChart. setVerticalStretch(GanttChartVerticalStretch value)Sets the value of the 'Vertical Stretch' attribute. -
Uses of GanttChartVerticalStretch in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartVerticalStretch Modifier and Type Method Description GanttChartVerticalStretchGanttChartFactoryImpl. createGanttChartVerticalStretchFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)GanttChartVerticalStretchGanttChartImpl. getVerticalStretch()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartVerticalStretch Modifier and Type Method Description voidGanttChartImpl. setVerticalStretch(GanttChartVerticalStretch newVerticalStretch)
-