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