Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.LegendItem
-
Packages that use LegendItem Package Description com._1c.g5.v8.dt.geographicalschema.model com._1c.g5.v8.dt.geographicalschema.model.impl com._1c.g5.v8.dt.geographicalschema.model.util -
-
Uses of LegendItem in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return LegendItem Modifier and Type Method Description LegendItem
GeographicalSchemaFactory. createLegendItem()
Returns a new object of class 'Legend Item'.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type LegendItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<LegendItem>
GeographicalSchemaLegend. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of LegendItem in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement LegendItem Modifier and Type Class Description class
LegendItemImpl
An implementation of the model object 'Legend Item'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return LegendItem Modifier and Type Method Description LegendItem
GeographicalSchemaFactoryImpl. createLegendItem()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type LegendItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<LegendItem>
GeographicalSchemaLegendImpl. getItems()
-
Uses of LegendItem in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type LegendItem Modifier and Type Method Description T
GeographicalSchemaSwitch. caseLegendItem(LegendItem object)
Returns the result of interpreting the object as an instance of 'Legend Item'.
-