Uses of Interface
net.opengis.wfs20.Wfs20Package
-
Packages that use Wfs20Package Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util -
-
Uses of Wfs20Package in net.opengis.wfs20
Fields in net.opengis.wfs20 declared as Wfs20Package Modifier and Type Field Description static Wfs20Package
Wfs20Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wfs20 that return Wfs20Package Modifier and Type Method Description Wfs20Package
Wfs20Factory. getWfs20Package()
Returns the package supported by this factory. -
Uses of Wfs20Package in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement Wfs20Package Modifier and Type Class Description class
Wfs20PackageImpl
An implementation of the model Package.Methods in net.opengis.wfs20.impl that return Wfs20Package Modifier and Type Method Description static Wfs20Package
Wfs20FactoryImpl. getPackage()
Deprecated.Wfs20Package
Wfs20FactoryImpl. getWfs20Package()
static Wfs20Package
Wfs20PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Wfs20Package in net.opengis.wfs20.util
Fields in net.opengis.wfs20.util declared as Wfs20Package Modifier and Type Field Description protected static Wfs20Package
Wfs20AdapterFactory. modelPackage
The cached model package.protected static Wfs20Package
Wfs20Switch. modelPackage
The cached model package
-