Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.ObjectSeriesValue
-
Packages that use ObjectSeriesValue 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 ObjectSeriesValue in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return ObjectSeriesValue Modifier and Type Method Description ObjectSeriesValue
GeographicalSchemaFactory. createObjectSeriesValue()
Returns a new object of class 'Object Series Value'.Methods in com._1c.g5.v8.dt.geographicalschema.model that return types with arguments of type ObjectSeriesValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObjectSeriesValue>
LayerObject. getObjectSeriesValues()
Returns the value of the 'Object Series Values' containment reference list. -
Uses of ObjectSeriesValue in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement ObjectSeriesValue Modifier and Type Class Description class
ObjectSeriesValueImpl
An implementation of the model object 'Object Series Value'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return ObjectSeriesValue Modifier and Type Method Description ObjectSeriesValue
GeographicalSchemaFactoryImpl. createObjectSeriesValue()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return types with arguments of type ObjectSeriesValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObjectSeriesValue>
LayerObjectImpl. getObjectSeriesValues()
-
Uses of ObjectSeriesValue in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type ObjectSeriesValue Modifier and Type Method Description T
GeographicalSchemaSwitch. caseObjectSeriesValue(ObjectSeriesValue object)
Returns the result of interpreting the object as an instance of 'Object Series Value'.
-