Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartValuesEditMode
Packages that use ChartValuesEditMode
-
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartValuesEditModeModifier and TypeFieldDescriptionstatic final List<ChartValuesEditMode>
ChartValuesEditMode.VALUES
A public read-only list of all the 'Values Edit Mode' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartValuesEditModeModifier and TypeMethodDescriptionstatic ChartValuesEditMode
ChartValuesEditMode.get
(int value) Returns the 'Values Edit Mode' literal with the specified integer value.static ChartValuesEditMode
Returns the 'Values Edit Mode' literal with the specified literal value.static ChartValuesEditMode
Returns the 'Values Edit Mode' literal with the specified name.RealDataItem.getEditMode()
Returns the value of the 'Edit Mode' attribute.Chart.getValuesEditMode()
Returns the value of the 'Values Edit Mode' attribute.SeriesProperties.getValuesEditMode()
Returns the value of the 'Values Edit Mode' attribute.static ChartValuesEditMode
Returns the enum constant of this class with the specified name.static ChartValuesEditMode[]
ChartValuesEditMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartValuesEditModeModifier and TypeMethodDescriptionvoid
RealDataItem.setEditMode
(ChartValuesEditMode value) Sets the value of the 'Edit Mode
' attribute.void
Chart.setValuesEditMode
(ChartValuesEditMode value) Sets the value of the 'Values Edit Mode
' attribute.void
SeriesProperties.setValuesEditMode
(ChartValuesEditMode value) Sets the value of the 'Values Edit Mode
' attribute. -
Uses of ChartValuesEditMode in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartValuesEditModeModifier and TypeMethodDescriptionChartFactoryImpl.createChartValuesEditModeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) RealDataItemImpl.getEditMode()
ChartImpl.getValuesEditMode()
SeriesPropertiesImpl.getValuesEditMode()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartValuesEditModeModifier and TypeMethodDescriptionvoid
RealDataItemImpl.setEditMode
(ChartValuesEditMode newEditMode) void
ChartImpl.setValuesEditMode
(ChartValuesEditMode newValuesEditMode) void
SeriesPropertiesImpl.setValuesEditMode
(ChartValuesEditMode newValuesEditMode)