Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartValueEditState
Packages that use ChartValueEditState
-
Uses of ChartValueEditState in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartValueEditStateModifier and TypeFieldDescriptionstatic final List<ChartValueEditState>
ChartValueEditState.VALUES
A public read-only list of all the 'Value Edit State' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartValueEditStateModifier and TypeMethodDescriptionstatic ChartValueEditState
ChartValueEditState.get
(int value) Returns the 'Value Edit State' literal with the specified integer value.static ChartValueEditState
Returns the 'Value Edit State' literal with the specified literal value.static ChartValueEditState
Returns the 'Value Edit State' literal with the specified name.static ChartValueEditState
Returns the enum constant of this class with the specified name.static ChartValueEditState[]
ChartValueEditState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChartValueEditState in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartValueEditStateModifier and TypeMethodDescriptionChartFactoryImpl.createChartValueEditStateFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)