Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.DendrogramLinkValue
-
Packages that use DendrogramLinkValue Package Description com._1c.g5.v8.dt.dendrogram.model com._1c.g5.v8.dt.dendrogram.model.impl com._1c.g5.v8.dt.dendrogram.model.util -
-
Uses of DendrogramLinkValue in com._1c.g5.v8.dt.dendrogram.model
Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramLinkValue Modifier and Type Method Description DendrogramLinkValue
DendrogramFactory. createDendrogramLinkValue()
Returns a new object of class 'Link Value'.Methods in com._1c.g5.v8.dt.dendrogram.model that return types with arguments of type DendrogramLinkValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<DendrogramLinkValue>
DendrogramLinks. getValue()
Returns the value of the 'Value' containment reference list. -
Uses of DendrogramLinkValue in com._1c.g5.v8.dt.dendrogram.model.impl
Classes in com._1c.g5.v8.dt.dendrogram.model.impl that implement DendrogramLinkValue Modifier and Type Class Description class
DendrogramLinkValueImpl
An implementation of the model object 'Link Value'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramLinkValue Modifier and Type Method Description DendrogramLinkValue
DendrogramFactoryImpl. createDendrogramLinkValue()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return types with arguments of type DendrogramLinkValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<DendrogramLinkValue>
DendrogramLinksImpl. getValue()
-
Uses of DendrogramLinkValue in com._1c.g5.v8.dt.dendrogram.model.util
Methods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type DendrogramLinkValue Modifier and Type Method Description T
DendrogramSwitch. caseDendrogramLinkValue(DendrogramLinkValue object)
Returns the result of interpreting the object as an instance of 'Link Value'.
-