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