Uses of Interface
com._1c.g5.v8.dt.aggregates.model.AggregatesPackage
-
Packages that use AggregatesPackage Package Description com._1c.g5.v8.dt.aggregates.model com._1c.g5.v8.dt.aggregates.model.impl com._1c.g5.v8.dt.aggregates.model.util -
-
Uses of AggregatesPackage in com._1c.g5.v8.dt.aggregates.model
Fields in com._1c.g5.v8.dt.aggregates.model declared as AggregatesPackage Modifier and Type Field Description static AggregatesPackage
AggregatesPackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.aggregates.model that return AggregatesPackage Modifier and Type Method Description AggregatesPackage
AggregatesFactory. getAggregatesPackage()
Returns the package supported by this factory. -
Uses of AggregatesPackage in com._1c.g5.v8.dt.aggregates.model.impl
Classes in com._1c.g5.v8.dt.aggregates.model.impl that implement AggregatesPackage Modifier and Type Class Description class
AggregatesPackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.aggregates.model.impl that return AggregatesPackage Modifier and Type Method Description AggregatesPackage
AggregatesFactoryImpl. getAggregatesPackage()
static AggregatesPackage
AggregatesFactoryImpl. getPackage()
Deprecated.static AggregatesPackage
AggregatesPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of AggregatesPackage in com._1c.g5.v8.dt.aggregates.model.util
Fields in com._1c.g5.v8.dt.aggregates.model.util declared as AggregatesPackage Modifier and Type Field Description protected static AggregatesPackage
AggregatesAdapterFactory. modelPackage
The cached model package.protected static AggregatesPackage
AggregatesSwitch. modelPackage
The cached model package
-