Uses of Interface
com._1c.g5.v8.dt.metadata.common.GaugeChartQualityBand
-
Packages that use GaugeChartQualityBand Package Description com._1c.g5.v8.dt.dcs.util 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 GaugeChartQualityBand in com._1c.g5.v8.dt.dcs.util
Methods in com._1c.g5.v8.dt.dcs.util that return GaugeChartQualityBand Modifier and Type Method Description static GaugeChartQualityBand
V8XmlSerializer. readGaugeChartQualityBand(XMLStreamReader reader, IDtProject dtProject, Version version)
Прочитать значение типа полоса для измерительной диаграммыMethods in com._1c.g5.v8.dt.dcs.util with parameters of type GaugeChartQualityBand Modifier and Type Method Description static void
V8XmlSerializer. writeGaugeChartQualityBand(ExportXmlStreamWriter writer, GaugeChartQualityBand band, QName elementName)
Записать значение типа полоса для измерительной диаграммы -
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return GaugeChartQualityBand Modifier and Type Method Description GaugeChartQualityBand
CommonFactory. createGaugeChartQualityBand()
Returns a new object of class 'Gauge Chart Quality Band'.Methods in com._1c.g5.v8.dt.metadata.common that return types with arguments of type GaugeChartQualityBand Modifier and Type Method Description org.eclipse.emf.common.util.EList<GaugeChartQualityBand>
GaugeChartQualityBands. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement GaugeChartQualityBand Modifier and Type Class Description class
GaugeChartQualityBandImpl
An implementation of the model object 'Gauge Chart Quality Band'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return GaugeChartQualityBand Modifier and Type Method Description GaugeChartQualityBand
CommonFactoryImpl. createGaugeChartQualityBand()
Methods in com._1c.g5.v8.dt.metadata.common.impl that return types with arguments of type GaugeChartQualityBand Modifier and Type Method Description org.eclipse.emf.common.util.EList<GaugeChartQualityBand>
GaugeChartQualityBandsImpl. getItems()
-
Uses of GaugeChartQualityBand in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type GaugeChartQualityBand Modifier and Type Method Description T
CommonSwitch. caseGaugeChartQualityBand(GaugeChartQualityBand object)
Returns the result of interpreting the object as an instance of 'Gauge Chart Quality Band'.
-