Uses of Interface
net.opengis.fes20.Fes20Package
-
Packages that use Fes20Package Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of Fes20Package in net.opengis.fes20
Fields in net.opengis.fes20 declared as Fes20Package Modifier and Type Field Description static Fes20Package
Fes20Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.fes20 that return Fes20Package Modifier and Type Method Description Fes20Package
Fes20Factory. getFes20Package()
Returns the package supported by this factory. -
Uses of Fes20Package in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement Fes20Package Modifier and Type Class Description class
Fes20PackageImpl
An implementation of the model Package.Methods in net.opengis.fes20.impl that return Fes20Package Modifier and Type Method Description Fes20Package
Fes20FactoryImpl. getFes20Package()
static Fes20Package
Fes20FactoryImpl. getPackage()
Deprecated.static Fes20Package
Fes20PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Fes20Package in net.opengis.fes20.util
Fields in net.opengis.fes20.util declared as Fes20Package Modifier and Type Field Description protected static Fes20Package
Fes20AdapterFactory. modelPackage
The cached model package.protected static Fes20Package
Fes20Switch. modelPackage
The cached model package
-