Uses of Enum Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartIntervalRepresentation
Packages that use GanttChartIntervalRepresentation
-
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 GanttChartIntervalRepresentationModifier and TypeFieldDescriptionstatic final 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 GanttChartIntervalRepresentationModifier and TypeMethodDescriptionGanttChartIntervalRepresentation.get
(int value) Returns the 'Interval Representation' literal with the specified integer value.Returns the 'Interval Representation' literal with the specified literal value.Returns the 'Interval Representation' literal with the specified name.GanttChart.getIntervalDrawType()
Returns the value of the 'Interval Draw Type' attribute.Returns the enum constant of this class with the specified name.static GanttChartIntervalRepresentation[]
GanttChartIntervalRepresentation.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 GanttChartIntervalRepresentationModifier and TypeMethodDescriptionvoid
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 GanttChartIntervalRepresentationModifier and TypeMethodDescriptionGanttChartFactoryImpl.createGanttChartIntervalRepresentationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GanttChartImpl.getIntervalDrawType()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartIntervalRepresentationModifier and TypeMethodDescriptionvoid
GanttChartImpl.setIntervalDrawType
(GanttChartIntervalRepresentation newIntervalDrawType)