Uses of Interface
net.opengis.wps10.Wps10Package
-
Packages that use Wps10Package Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util -
-
Uses of Wps10Package in net.opengis.wps10
Fields in net.opengis.wps10 declared as Wps10Package Modifier and Type Field Description static Wps10Package
Wps10Package. eINSTANCE
The singleton instance of the package.Methods in net.opengis.wps10 that return Wps10Package Modifier and Type Method Description Wps10Package
Wps10Factory. getWps10Package()
Returns the package supported by this factory. -
Uses of Wps10Package in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement Wps10Package Modifier and Type Class Description class
Wps10PackageImpl
An implementation of the model Package.Methods in net.opengis.wps10.impl that return Wps10Package Modifier and Type Method Description static Wps10Package
Wps10FactoryImpl. getPackage()
Deprecated.Wps10Package
Wps10FactoryImpl. getWps10Package()
static Wps10Package
Wps10PackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of Wps10Package in net.opengis.wps10.util
Fields in net.opengis.wps10.util declared as Wps10Package Modifier and Type Field Description protected static Wps10Package
Wps10AdapterFactory. modelPackage
The cached model package.protected static Wps10Package
Wps10Switch. modelPackage
The cached model package
-