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 DataSeriesItemGeographicalSchemaFactory. 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 classDataSeriesItemImplAn 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 DataSeriesItemGeographicalSchemaFactoryImpl. 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 TGeographicalSchemaSwitch. caseDataSeriesItem(DataSeriesItem object)Returns the result of interpreting the object as an instance of 'Data Series Item'.
-