Uses of Enum Class
com._1c.g5.v8.dt.chart.model.NonnumericChartValueUse
Packages that use NonnumericChartValueUse
Package
Description
-
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.chart.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type NonnumericChartValueUseModifier and TypeFieldDescriptionstatic final List<NonnumericChartValueUse>
NonnumericChartValueUse.VALUES
A public read-only list of all the 'Nonnumeric Chart Value Use' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return NonnumericChartValueUseModifier and TypeMethodDescriptionstatic NonnumericChartValueUse
NonnumericChartValueUse.get
(int value) Returns the 'Nonnumeric Chart Value Use' literal with the specified integer value.static NonnumericChartValueUse
Returns the 'Nonnumeric Chart Value Use' literal with the specified literal value.static NonnumericChartValueUse
Returns the 'Nonnumeric Chart Value Use' literal with the specified name.Chart.getNonnumericValuesUse()
Returns the value of the 'Nonnumeric Values Use' attribute.static NonnumericChartValueUse
Returns the enum constant of this class with the specified name.static NonnumericChartValueUse[]
NonnumericChartValueUse.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 NonnumericChartValueUseModifier and TypeMethodDescriptionvoid
Chart.setNonnumericValuesUse
(NonnumericChartValueUse value) Sets the value of the 'Nonnumeric Values Use
' attribute. -
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return NonnumericChartValueUseModifier and TypeMethodDescriptionChartFactoryImpl.createNonnumericChartValueUseFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getNonnumericValuesUse()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type NonnumericChartValueUseModifier and TypeMethodDescriptionvoid
ChartImpl.setNonnumericValuesUse
(NonnumericChartValueUse newNonnumericValuesUse) -
Uses of NonnumericChartValueUse in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return NonnumericChartValueUseMethods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type NonnumericChartValueUseModifier and TypeMethodDescriptionChartNonnumericChartValueUse.getValueText
(IV8Project v8project, String langCode, NonnumericChartValueUse value) boolean
ChartNonnumericChartValueUse.isValuesEquals
(NonnumericChartValueUse value1, NonnumericChartValueUse value2)