Uses of Class
nl.b3p.csw.jaxb.ows.Operation
-
Packages that use Operation Package Description nl.b3p.csw.jaxb.ows -
-
Uses of Operation in nl.b3p.csw.jaxb.ows
Fields in nl.b3p.csw.jaxb.ows with type parameters of type Operation Modifier and Type Field Description protected List<Operation>OperationsMetadata. operationMethods in nl.b3p.csw.jaxb.ows that return Operation Modifier and Type Method Description OperationObjectFactory. createOperation()Create an instance ofOperationMethods in nl.b3p.csw.jaxb.ows that return types with arguments of type Operation Modifier and Type Method Description List<Operation>OperationsMetadata. getOperation()Metadata for unordered list of all the (requests for) operations that this server interface implements.Constructor parameters in nl.b3p.csw.jaxb.ows with type arguments of type Operation Constructor Description OperationsMetadata(List<Operation> operation, List<DomainType> parameter, List<DomainType> constraint, ExtendedCapabilities extendedCapabilities)Fully-initialising value constructor
-