Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaTitle
-
Packages that use GeographicalSchemaTitle 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 GeographicalSchemaTitle in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeographicalSchemaTitle Modifier and Type Method Description GeographicalSchemaTitleGeographicalSchemaFactory. createGeographicalSchemaTitle()Returns a new object of class 'Title'.GeographicalSchemaTitleGeographicalSchema. getGeographicalSchemaTitle()Returns the value of the 'Geographical Schema Title' containment reference.Methods in com._1c.g5.v8.dt.geographicalschema.model with parameters of type GeographicalSchemaTitle Modifier and Type Method Description voidGeographicalSchema. setGeographicalSchemaTitle(GeographicalSchemaTitle value)Sets the value of the 'Geographical Schema Title' containment reference. -
Uses of GeographicalSchemaTitle in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchemaTitle Modifier and Type Class Description classGeographicalSchemaTitleImplAn implementation of the model object 'Title'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchemaTitle Modifier and Type Method Description GeographicalSchemaTitleGeographicalSchemaFactoryImpl. createGeographicalSchemaTitle()GeographicalSchemaTitleGeographicalSchemaImpl. getGeographicalSchemaTitle()Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type GeographicalSchemaTitle Modifier and Type Method Description voidGeographicalSchemaImpl. setGeographicalSchemaTitle(GeographicalSchemaTitle newGeographicalSchemaTitle) -
Uses of GeographicalSchemaTitle in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeographicalSchemaTitle Modifier and Type Method Description TGeographicalSchemaSwitch. caseGeographicalSchemaTitle(GeographicalSchemaTitle object)Returns the result of interpreting the object as an instance of 'Title'.
-