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. VALUES
A 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 GanttChartVerticalStretch
GanttChartVerticalStretch. get(int value)
Returns the 'Vertical Stretch' literal with the specified integer value.static GanttChartVerticalStretch
GanttChartVerticalStretch. get(String literal)
Returns the 'Vertical Stretch' literal with the specified literal value.static GanttChartVerticalStretch
GanttChartVerticalStretch. getByName(String name)
Returns the 'Vertical Stretch' literal with the specified name.GanttChartVerticalStretch
GanttChart. getVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.static GanttChartVerticalStretch
GanttChartVerticalStretch. 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 void
GanttChart. 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 GanttChartVerticalStretch
GanttChartFactoryImpl. createGanttChartVerticalStretchFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GanttChartVerticalStretch
GanttChartImpl. getVerticalStretch()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartVerticalStretch Modifier and Type Method Description void
GanttChartImpl. setVerticalStretch(GanttChartVerticalStretch newVerticalStretch)
-