Uses of Interface
net.opengis.wps20.ProcessOfferingsType
-
Packages that use ProcessOfferingsType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ProcessOfferingsType in net.opengis.wps20
Methods in net.opengis.wps20 that return ProcessOfferingsType Modifier and Type Method Description ProcessOfferingsTypeWps20Factory. createProcessOfferingsType()Returns a new object of class 'Process Offerings Type'.ProcessOfferingsTypeDocumentRoot. getProcessOfferings()Returns the value of the 'Process Offerings' containment reference.Methods in net.opengis.wps20 with parameters of type ProcessOfferingsType Modifier and Type Method Description voidDocumentRoot. setProcessOfferings(ProcessOfferingsType value)Sets the value of the 'Process Offerings' containment reference. -
Uses of ProcessOfferingsType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ProcessOfferingsType Modifier and Type Class Description classProcessOfferingsTypeImplAn implementation of the model object 'Process Offerings Type'.Methods in net.opengis.wps20.impl that return ProcessOfferingsType Modifier and Type Method Description ProcessOfferingsTypeWps20FactoryImpl. createProcessOfferingsType()ProcessOfferingsTypeDocumentRootImpl. getProcessOfferings()Methods in net.opengis.wps20.impl with parameters of type ProcessOfferingsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProcessOfferings(ProcessOfferingsType newProcessOfferings, NotificationChain msgs)voidDocumentRootImpl. setProcessOfferings(ProcessOfferingsType newProcessOfferings) -
Uses of ProcessOfferingsType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ProcessOfferingsType Modifier and Type Method Description TWps20Switch. caseProcessOfferingsType(ProcessOfferingsType object)Returns the result of interpreting the object as an instance of 'Process Offerings Type'.booleanWps20Validator. validateProcessOfferingsType(ProcessOfferingsType processOfferingsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-