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