Uses of Enum Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartIntervalTextRepresentation
Packages that use GanttChartIntervalTextRepresentation
-
Uses of GanttChartIntervalTextRepresentation in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartIntervalTextRepresentationModifier and TypeFieldDescriptionstatic final List<GanttChartIntervalTextRepresentation>
GanttChartIntervalTextRepresentation.VALUES
A public read-only list of all the 'Interval Text Representation' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartIntervalTextRepresentationModifier and TypeMethodDescriptionGanttChartIntervalTextRepresentation.get
(int value) Returns the 'Interval Text Representation' literal with the specified integer value.Returns the 'Interval Text Representation' literal with the specified literal value.Returns the 'Interval Text Representation' literal with the specified name.GanttChart.getIntervalTextRepresentation()
Returns the value of the 'Interval Text Representation' attribute.Returns the enum constant of this class with the specified name.static GanttChartIntervalTextRepresentation[]
GanttChartIntervalTextRepresentation.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 GanttChartIntervalTextRepresentationModifier and TypeMethodDescriptionvoid
GanttChart.setIntervalTextRepresentation
(GanttChartIntervalTextRepresentation value) Sets the value of the 'Interval Text Representation
' attribute. -
Uses of GanttChartIntervalTextRepresentation in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartIntervalTextRepresentationModifier and TypeMethodDescriptionGanttChartFactoryImpl.createGanttChartIntervalTextRepresentationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GanttChartImpl.getIntervalTextRepresentation()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartIntervalTextRepresentationModifier and TypeMethodDescriptionvoid
GanttChartImpl.setIntervalTextRepresentation
(GanttChartIntervalTextRepresentation newIntervalTextRepresentation)