Uses of Enum Class
com._1c.g5.v8.dt.ganttchart.model.GanttChartShowOnPaint
Packages that use GanttChartShowOnPaint
-
Uses of GanttChartShowOnPaint in com._1c.g5.v8.dt.ganttchart.model
Fields in com._1c.g5.v8.dt.ganttchart.model with type parameters of type GanttChartShowOnPaintModifier and TypeFieldDescriptionstatic final List<GanttChartShowOnPaint>
GanttChartShowOnPaint.VALUES
A public read-only list of all the 'Show On Paint' enumerators.Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartShowOnPaintModifier and TypeMethodDescriptionstatic GanttChartShowOnPaint
GanttChartShowOnPaint.get
(int value) Returns the 'Show On Paint' literal with the specified integer value.static GanttChartShowOnPaint
Returns the 'Show On Paint' literal with the specified literal value.static GanttChartShowOnPaint
Returns the 'Show On Paint' literal with the specified name.GanttChart.getShowData()
Returns the value of the 'Show Data' attribute.GanttChart.getShowPointsText()
Returns the value of the 'Show Points Text' attribute.static GanttChartShowOnPaint
Returns the enum constant of this class with the specified name.static GanttChartShowOnPaint[]
GanttChartShowOnPaint.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 GanttChartShowOnPaintModifier and TypeMethodDescriptionvoid
GanttChart.setShowData
(GanttChartShowOnPaint value) Sets the value of the 'Show Data
' attribute.void
GanttChart.setShowPointsText
(GanttChartShowOnPaint value) Sets the value of the 'Show Points Text
' attribute. -
Uses of GanttChartShowOnPaint in com._1c.g5.v8.dt.ganttchart.model.impl
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartShowOnPaintModifier and TypeMethodDescriptionGanttChartFactoryImpl.createGanttChartShowOnPaintFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GanttChartImpl.getShowData()
GanttChartImpl.getShowPointsText()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type GanttChartShowOnPaintModifier and TypeMethodDescriptionvoid
GanttChartImpl.setShowData
(GanttChartShowOnPaint newShowData) void
GanttChartImpl.setShowPointsText
(GanttChartShowOnPaint newShowPointsText)