Uses of Interface
net.opengis.wps20.Wps20Package
-
Packages that use Wps20Package Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of Wps20Package in net.opengis.wps20
Fields in net.opengis.wps20 declared as Wps20Package Modifier and Type Field Description static Wps20Package
Wps20Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wps20 that return Wps20Package Modifier and Type Method Description Wps20Package
Wps20Factory. getWps20Package()
Returns the package supported by this factory. -
Uses of Wps20Package in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement Wps20Package Modifier and Type Class Description class
Wps20PackageImpl
An implementation of the model Package.Methods in net.opengis.wps20.impl that return Wps20Package Modifier and Type Method Description static Wps20Package
Wps20FactoryImpl. getPackage()
Deprecated.Wps20Package
Wps20FactoryImpl. getWps20Package()
static Wps20Package
Wps20PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Wps20Package in net.opengis.wps20.util
Fields in net.opengis.wps20.util declared as Wps20Package Modifier and Type Field Description protected static Wps20Package
Wps20AdapterFactory. modelPackage
The cached model package.protected static Wps20Package
Wps20Switch. modelPackage
The cached model package
-