Uses of Interface
net.opengis.wps20.ProcessOfferingType
- 
Packages that use ProcessOfferingType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of ProcessOfferingType in net.opengis.wps20Methods in net.opengis.wps20 that return ProcessOfferingType Modifier and Type Method Description ProcessOfferingTypeWps20Factory. createProcessOfferingType()Returns a new object of class 'Process Offering Type'.ProcessOfferingTypeDocumentRoot. getProcessOffering()Returns the value of the 'Process Offering' containment reference.Methods in net.opengis.wps20 that return types with arguments of type ProcessOfferingType Modifier and Type Method Description EList<ProcessOfferingType>ProcessOfferingsType. getProcessOffering()Returns the value of the 'Process Offering' containment reference list.Methods in net.opengis.wps20 with parameters of type ProcessOfferingType Modifier and Type Method Description voidDocumentRoot. setProcessOffering(ProcessOfferingType value)Sets the value of the 'Process Offering' containment reference.
- 
Uses of ProcessOfferingType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ProcessOfferingType Modifier and Type Class Description classProcessOfferingTypeImplAn implementation of the model object 'Process Offering Type'.Fields in net.opengis.wps20.impl with type parameters of type ProcessOfferingType Modifier and Type Field Description protected EList<ProcessOfferingType>ProcessOfferingsTypeImpl. processOfferingThe cached value of the 'Process Offering' containment reference list.Methods in net.opengis.wps20.impl that return ProcessOfferingType Modifier and Type Method Description ProcessOfferingTypeWps20FactoryImpl. createProcessOfferingType()ProcessOfferingTypeDocumentRootImpl. getProcessOffering()Methods in net.opengis.wps20.impl that return types with arguments of type ProcessOfferingType Modifier and Type Method Description EList<ProcessOfferingType>ProcessOfferingsTypeImpl. getProcessOffering()Methods in net.opengis.wps20.impl with parameters of type ProcessOfferingType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetProcessOffering(ProcessOfferingType newProcessOffering, NotificationChain msgs)voidDocumentRootImpl. setProcessOffering(ProcessOfferingType newProcessOffering)
- 
Uses of ProcessOfferingType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ProcessOfferingType Modifier and Type Method Description TWps20Switch. caseProcessOfferingType(ProcessOfferingType object)Returns the result of interpreting the object as an instance of 'Process Offering Type'.booleanWps20Validator. validateProcessOfferingType(ProcessOfferingType processOfferingType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-