Uses of Interface
org.w3._2001.smil20.language.LanguagePackage
-
Packages that use LanguagePackage Package Description org.w3._2001.smil20.language org.w3._2001.smil20.language.impl org.w3._2001.smil20.language.util -
-
Uses of LanguagePackage in org.w3._2001.smil20.language
Fields in org.w3._2001.smil20.language declared as LanguagePackage Modifier and Type Field Description static LanguagePackage
LanguagePackage. eINSTANCE
The singleton instance of the package.Methods in org.w3._2001.smil20.language that return LanguagePackage Modifier and Type Method Description LanguagePackage
LanguageFactory. getLanguagePackage()
Returns the package supported by this factory. -
Uses of LanguagePackage in org.w3._2001.smil20.language.impl
Classes in org.w3._2001.smil20.language.impl that implement LanguagePackage Modifier and Type Class Description class
LanguagePackageImpl
An implementation of the model Package.Methods in org.w3._2001.smil20.language.impl that return LanguagePackage Modifier and Type Method Description LanguagePackage
LanguageFactoryImpl. getLanguagePackage()
static LanguagePackage
LanguageFactoryImpl. getPackage()
Deprecated.static LanguagePackage
LanguagePackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of LanguagePackage in org.w3._2001.smil20.language.util
Fields in org.w3._2001.smil20.language.util declared as LanguagePackage Modifier and Type Field Description protected static LanguagePackage
LanguageAdapterFactory. modelPackage
The cached model package.protected static LanguagePackage
LanguageSwitch. modelPackage
The cached model package
-