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