Uses of Enum Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartVerticalStretch
Packages that use GanttChartVerticalStretch
-
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 GanttChartVerticalStretchModifier and TypeFieldDescriptionstatic final 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 GanttChartVerticalStretchModifier and TypeMethodDescriptionstatic GanttChartVerticalStretchGanttChartVerticalStretch.get(int value) Returns the 'Vertical Stretch' literal with the specified integer value.static GanttChartVerticalStretchReturns the 'Vertical Stretch' literal with the specified literal value.static GanttChartVerticalStretchReturns the 'Vertical Stretch' literal with the specified name.GanttChart.getVerticalStretch()Returns the value of the 'Vertical Stretch' attribute.static GanttChartVerticalStretchReturns the enum constant of this class with the specified name.static GanttChartVerticalStretch[]GanttChartVerticalStretch.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type GanttChartVerticalStretchModifier and TypeMethodDescriptionvoidGanttChart.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 GanttChartVerticalStretchModifier and TypeMethodDescriptionGanttChartFactoryImpl.createGanttChartVerticalStretchFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GanttChartImpl.getVerticalStretch()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartVerticalStretchModifier and TypeMethodDescriptionvoidGanttChartImpl.setVerticalStretch(GanttChartVerticalStretch newVerticalStretch)