Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.DendrogramDimensionValue
-
-
Uses of DendrogramDimensionValue in com._1c.g5.v8.dt.chart._import.xml.reader.part.dendrogram
Methods in com._1c.g5.v8.dt.chart._import.xml.reader.part.dendrogram with parameters of type DendrogramDimensionValue Modifier and Type Method Description protected void
DendrogramDimensionValuePartReader. readValue(DendrogramDimensionValue value, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)
Reads XML and fills the specified value.protected void
DendrogramLinkValuePartReader. readValue(DendrogramDimensionValue value, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)
-
Uses of DendrogramDimensionValue in com._1c.g5.v8.dt.dendrogram.model
Subinterfaces of DendrogramDimensionValue in com._1c.g5.v8.dt.dendrogram.model Modifier and Type Interface Description interface
DendrogramLinkValue
A representation of the model object 'Link Value'.Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramDimensionValue Modifier and Type Method Description DendrogramDimensionValue
DendrogramFactory. createDendrogramDimensionValue()
Returns a new object of class 'Dimension Value'.Methods in com._1c.g5.v8.dt.dendrogram.model that return types with arguments of type DendrogramDimensionValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<DendrogramDimensionValue>
DendrogramElements. getValue()
Returns the value of the 'Value' containment reference list. -
Uses of DendrogramDimensionValue in com._1c.g5.v8.dt.dendrogram.model.impl
Classes in com._1c.g5.v8.dt.dendrogram.model.impl that implement DendrogramDimensionValue Modifier and Type Class Description class
DendrogramDimensionValueImpl
An implementation of the model object 'Dimension Value'.class
DendrogramLinkValueImpl
An implementation of the model object 'Link Value'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramDimensionValue Modifier and Type Method Description DendrogramDimensionValue
DendrogramFactoryImpl. createDendrogramDimensionValue()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return types with arguments of type DendrogramDimensionValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<DendrogramDimensionValue>
DendrogramElementsImpl. getValue()
-
Uses of DendrogramDimensionValue in com._1c.g5.v8.dt.dendrogram.model.util
Methods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type DendrogramDimensionValue Modifier and Type Method Description T
DendrogramSwitch. caseDendrogramDimensionValue(DendrogramDimensionValue object)
Returns the result of interpreting the object as an instance of 'Dimension Value'.
-