Uses of Interface
com._1c.g5.v8.dt.metadata.common.GaugeChartQualityBands
-
-
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.dcs.ui.valueeditors.gaugechartqualitybands
Constructors in com._1c.g5.v8.dt.dcs.ui.valueeditors.gaugechartqualitybands with parameters of type GaugeChartQualityBands Constructor Description GaugeChartQualityBandsDialog(org.eclipse.swt.widgets.Shell shell, Version version, IV8Project v8project, GaugeChartQualityBands values)
-
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.dcs.util
Methods in com._1c.g5.v8.dt.dcs.util that return GaugeChartQualityBands Modifier and Type Method Description static GaugeChartQualityBands
V8XmlSerializer. readGaugeChartQualityBands(XMLStreamReader reader, IDtProject dtProject, Version version)
Прочитать значение типа полосы для измерительной диаграммыMethods in com._1c.g5.v8.dt.dcs.util with parameters of type GaugeChartQualityBands Modifier and Type Method Description static void
V8XmlSerializer. writeGaugeChartQualityBands(ExportXmlStreamWriter writer, GaugeChartQualityBands bands, QName elementName)
Записать значение типа полосы для измерительной диаграммы -
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return GaugeChartQualityBands Modifier and Type Method Description GaugeChartQualityBands
CommonFactory. createGaugeChartQualityBands()
Returns a new object of class 'Gauge Chart Quality Bands'.GaugeChartQualityBands
GaugeChartQualityBandsValue. getValue()
Returns the value of the 'Value' containment reference.Methods in com._1c.g5.v8.dt.metadata.common with parameters of type GaugeChartQualityBands Modifier and Type Method Description void
GaugeChartQualityBandsValue. setValue(GaugeChartQualityBands value)
Sets the value of the 'Value
' containment reference. -
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement GaugeChartQualityBands Modifier and Type Class Description class
GaugeChartQualityBandsImpl
An implementation of the model object 'Gauge Chart Quality Bands'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return GaugeChartQualityBands Modifier and Type Method Description GaugeChartQualityBands
CommonFactoryImpl. createGaugeChartQualityBands()
GaugeChartQualityBands
GaugeChartQualityBandsValueImpl. getValue()
Methods in com._1c.g5.v8.dt.metadata.common.impl with parameters of type GaugeChartQualityBands Modifier and Type Method Description void
GaugeChartQualityBandsValueImpl. setValue(GaugeChartQualityBands newValue)
-
Uses of GaugeChartQualityBands in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type GaugeChartQualityBands Modifier and Type Method Description T
CommonSwitch. caseGaugeChartQualityBands(GaugeChartQualityBands object)
Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Bands'.
-