Uses of Interface
de.gebit.integrity.dsl.DslPackage
-
Packages that use DslPackage Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util -
-
Uses of DslPackage in de.gebit.integrity.dsl
Fields in de.gebit.integrity.dsl declared as DslPackage Modifier and Type Field Description static DslPackageDslPackage. eINSTANCEThe singleton instance of the package.Methods in de.gebit.integrity.dsl that return DslPackage Modifier and Type Method Description DslPackageDslFactory. getDslPackage()Returns the package supported by this factory. -
Uses of DslPackage in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement DslPackage Modifier and Type Class Description classDslPackageImplAn implementation of the model Package.Methods in de.gebit.integrity.dsl.impl that return DslPackage Modifier and Type Method Description DslPackageDslFactoryImpl. getDslPackage()static DslPackageDslFactoryImpl. getPackage()Deprecated.static DslPackageDslPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of DslPackage in de.gebit.integrity.dsl.util
Fields in de.gebit.integrity.dsl.util declared as DslPackage Modifier and Type Field Description protected static DslPackageDslAdapterFactory. modelPackageThe cached model package.protected static DslPackageDslSwitch. modelPackageThe cached model package
-