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