Uses of Class
nl.b3p.csw.jaxb.ows.DCP
-
Packages that use DCP Package Description nl.b3p.csw.jaxb.ows -
-
Uses of DCP in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows with type parameters of type DCP Modifier and Type Field Description protected List<DCP>Operation. dcpMethods in nl.b3p.csw.jaxb.ows that return DCP Modifier and Type Method Description DCPObjectFactory. createDCP()Create an instance ofDCPMethods in nl.b3p.csw.jaxb.ows that return types with arguments of type DCP Modifier and Type Method Description List<DCP>Operation. getDCP()Unordered list of Distributed Computing Platforms (DCPs) supported for this operation.Constructor parameters in nl.b3p.csw.jaxb.ows with type arguments of type DCP Constructor Description Operation(List<DCP> dcp, List<DomainType> parameter, List<DomainType> constraint, List<Metadata> metadata, String name)Fully-initialising value constructor
-