Uses of Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartIntervalRepresentation
-
Packages that use GanttChartIntervalRepresentation Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl -
-
Uses of GanttChartIntervalRepresentation in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartIntervalRepresentation Modifier and Type Field Description static List<GanttChartIntervalRepresentation>
GanttChartIntervalRepresentation. VALUES
A public read-only list of all the 'Interval Representation' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartIntervalRepresentation Modifier and Type Method Description static GanttChartIntervalRepresentation
GanttChartIntervalRepresentation. get(int value)
Returns the 'Interval Representation' literal with the specified integer value.static GanttChartIntervalRepresentation
GanttChartIntervalRepresentation. get(String literal)
Returns the 'Interval Representation' literal with the specified literal value.static GanttChartIntervalRepresentation
GanttChartIntervalRepresentation. getByName(String name)
Returns the 'Interval Representation' literal with the specified name.GanttChartIntervalRepresentation
GanttChart. getIntervalDrawType()
Returns the value of the 'Interval Draw Type' attribute.static GanttChartIntervalRepresentation
GanttChartIntervalRepresentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static GanttChartIntervalRepresentation[]
GanttChartIntervalRepresentation. 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 GanttChartIntervalRepresentation Modifier and Type Method Description void
GanttChart. setIntervalDrawType(GanttChartIntervalRepresentation value)
Sets the value of the 'Interval Draw Type
' attribute. -
Uses of GanttChartIntervalRepresentation in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartIntervalRepresentation Modifier and Type Method Description GanttChartIntervalRepresentation
GanttChartFactoryImpl. createGanttChartIntervalRepresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
GanttChartIntervalRepresentation
GanttChartImpl. getIntervalDrawType()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartIntervalRepresentation Modifier and Type Method Description void
GanttChartImpl. setIntervalDrawType(GanttChartIntervalRepresentation newIntervalDrawType)
-