Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchemaPackage
-
Packages that use GeographicalSchemaPackage 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 GeographicalSchemaPackage in com._1c.g5.v8.dt.geographicalschema.model
Fields in com._1c.g5.v8.dt.geographicalschema.model declared as GeographicalSchemaPackage Modifier and Type Field Description static GeographicalSchemaPackage
GeographicalSchemaPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeographicalSchemaPackage Modifier and Type Method Description GeographicalSchemaPackage
GeographicalSchemaFactory. getGeographicalSchemaPackage()
Returns the package supported by this factory. -
Uses of GeographicalSchemaPackage in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchemaPackage Modifier and Type Class Description class
GeographicalSchemaPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchemaPackage Modifier and Type Method Description GeographicalSchemaPackage
GeographicalSchemaFactoryImpl. getGeographicalSchemaPackage()
static GeographicalSchemaPackage
GeographicalSchemaFactoryImpl. getPackage()
Deprecated.static GeographicalSchemaPackage
GeographicalSchemaPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of GeographicalSchemaPackage in com._1c.g5.v8.dt.geographicalschema.model.util
Fields in com._1c.g5.v8.dt.geographicalschema.model.util declared as GeographicalSchemaPackage Modifier and Type Field Description protected static GeographicalSchemaPackage
GeographicalSchemaAdapterFactory. modelPackage
The cached model package.protected static GeographicalSchemaPackage
GeographicalSchemaSwitch. modelPackage
The cached model package
-