Uses of Interface
net.opengis.cat.csw20.Csw20Factory
-
Packages that use Csw20Factory Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of Csw20Factory in net.opengis.cat.csw20
Fields in net.opengis.cat.csw20 declared as Csw20Factory Modifier and Type Field Description static Csw20Factory
Csw20Factory. eINSTANCE
The singleton instance of the factory.Methods in net.opengis.cat.csw20 that return Csw20Factory Modifier and Type Method Description Csw20Factory
Csw20Package. getCsw20Factory()
Returns the factory that creates the instances of the model. -
Uses of Csw20Factory in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement Csw20Factory Modifier and Type Class Description class
Csw20FactoryImpl
An implementation of the model Factory.Methods in net.opengis.cat.csw20.impl that return Csw20Factory Modifier and Type Method Description Csw20Factory
Csw20PackageImpl. getCsw20Factory()
static Csw20Factory
Csw20FactoryImpl. init()
Creates the default factory implementation.
-