Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaLegend
-
Packages that use GeographicalSchemaLegend 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 GeographicalSchemaLegend in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeographicalSchemaLegend Modifier and Type Method Description GeographicalSchemaLegend
GeographicalSchemaFactory. createGeographicalSchemaLegend()
Returns a new object of class 'Legend'.GeographicalSchemaLegend
GeographicalSchema. getGeographicalSchemaLegend()
Returns the value of the 'Geographical Schema Legend' containment reference.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type GeographicalSchemaLegend Modifier and Type Method Description void
GeographicalSchema. setGeographicalSchemaLegend(GeographicalSchemaLegend value)
Sets the value of the 'Geographical Schema Legend
' containment reference. -
Uses of GeographicalSchemaLegend in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchemaLegend Modifier and Type Class Description class
GeographicalSchemaLegendImpl
An implementation of the model object 'Legend'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchemaLegend Modifier and Type Method Description GeographicalSchemaLegend
GeographicalSchemaFactoryImpl. createGeographicalSchemaLegend()
GeographicalSchemaLegend
GeographicalSchemaImpl. getGeographicalSchemaLegend()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type GeographicalSchemaLegend Modifier and Type Method Description void
GeographicalSchemaImpl. setGeographicalSchemaLegend(GeographicalSchemaLegend newGeographicalSchemaLegend)
-
Uses of GeographicalSchemaLegend in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeographicalSchemaLegend Modifier and Type Method Description T
GeographicalSchemaSwitch. caseGeographicalSchemaLegend(GeographicalSchemaLegend object)
Returns the result of interpreting the object as an instance of 'Legend'.
-