Uses of Interface
net.opengis.wfs.WfsPackage
-
Packages that use WfsPackage Package Description net.opengis.wfs net.opengis.wfs.impl -
-
Uses of WfsPackage in net.opengis.wfs
Fields in net.opengis.wfs declared as WfsPackage Modifier and Type Field Description static WfsPackage
WfsPackage. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wfs that return WfsPackage Modifier and Type Method Description WfsPackage
WfsFactory. getWfsPackage()
Returns the package supported by this factory. -
Uses of WfsPackage in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement WfsPackage Modifier and Type Class Description class
WfsPackageImpl
An implementation of the model Package.Methods in net.opengis.wfs.impl that return WfsPackage Modifier and Type Method Description static WfsPackage
WfsFactoryImpl. getPackage()
Deprecated.WfsPackage
WfsFactoryImpl. getWfsPackage()
static WfsPackage
WfsPackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
-