Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.DataSeriesItem
-
Packages that use DataSeriesItem 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 DataSeriesItem in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return DataSeriesItem Modifier and Type Method Description DataSeriesItem
GeographicalSchemaFactory. createDataSeriesItem()
Returns a new object of class 'Data Series Item'.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type DataSeriesItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataSeriesItem>
LayerItem. getSeries()
Returns the value of the 'Series' containment reference list. -
Uses of DataSeriesItem in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement DataSeriesItem Modifier and Type Class Description class
DataSeriesItemImpl
An implementation of the model object 'Data Series Item'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return DataSeriesItem Modifier and Type Method Description DataSeriesItem
GeographicalSchemaFactoryImpl. createDataSeriesItem()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type DataSeriesItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataSeriesItem>
LayerItemImpl. getSeries()
-
Uses of DataSeriesItem in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type DataSeriesItem Modifier and Type Method Description T
GeographicalSchemaSwitch. caseDataSeriesItem(DataSeriesItem object)
Returns the result of interpreting the object as an instance of 'Data Series Item'.
-