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 GeographicalSchemaTitle
GeographicalSchemaFactory. createGeographicalSchemaTitle()
Returns a new object of class 'Title'.GeographicalSchemaTitle
GeographicalSchema. 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 void
GeographicalSchema. 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 class
GeographicalSchemaTitleImpl
An implementation of the model object 'Title'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchemaTitle Modifier and Type Method Description GeographicalSchemaTitle
GeographicalSchemaFactoryImpl. createGeographicalSchemaTitle()
GeographicalSchemaTitle
GeographicalSchemaImpl. getGeographicalSchemaTitle()
Methods in com._1c.g5.v8.dt.geographicalschema.model.impl with parameters of type GeographicalSchemaTitle Modifier and Type Method Description void
GeographicalSchemaImpl. 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 T
GeographicalSchemaSwitch. caseGeographicalSchemaTitle(GeographicalSchemaTitle object)
Returns the result of interpreting the object as an instance of 'Title'.
-