Uses of Interface
com._1c.g5.v8.dt.metadata.common.GaugeChartQualityBandsValue
-
Packages that use GaugeChartQualityBandsValue Package Description com._1c.g5.v8.dt.dcs.typedvalue com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.common.util -
-
Uses of GaugeChartQualityBandsValue in com._1c.g5.v8.dt.dcs.typedvalue
Methods in com._1c.g5.v8.dt.dcs.typedvalue that return GaugeChartQualityBandsValue Modifier and Type Method Description GaugeChartQualityBandsValue
GaugeChartQualityBandsValueInfo. createValue()
Methods in com._1c.g5.v8.dt.dcs.typedvalue with parameters of type GaugeChartQualityBandsValue Modifier and Type Method Description String
GaugeChartQualityBandsValueInfo. getValueText(IV8Project v8project, String langCode, GaugeChartQualityBandsValue value)
boolean
GaugeChartQualityBandsValueInfo. isValuesEquals(GaugeChartQualityBandsValue value1, GaugeChartQualityBandsValue value2)
-
Uses of GaugeChartQualityBandsValue in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return GaugeChartQualityBandsValue Modifier and Type Method Description GaugeChartQualityBandsValue
CommonFactory. createGaugeChartQualityBandsValue()
Returns a new object of class 'Gauge Chart Quality Bands Value'. -
Uses of GaugeChartQualityBandsValue in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement GaugeChartQualityBandsValue Modifier and Type Class Description class
GaugeChartQualityBandsValueImpl
An implementation of the model object 'Gauge Chart Quality Bands Value'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return GaugeChartQualityBandsValue Modifier and Type Method Description GaugeChartQualityBandsValue
CommonFactoryImpl. createGaugeChartQualityBandsValue()
-
Uses of GaugeChartQualityBandsValue in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type GaugeChartQualityBandsValue Modifier and Type Method Description T
CommonSwitch. caseGaugeChartQualityBandsValue(GaugeChartQualityBandsValue object)
Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Bands Value'.
-