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.wps20
Methods in net.opengis.wps20 that return ProcessOfferingType Modifier and Type Method Description ProcessOfferingType
Wps20Factory. createProcessOfferingType()
Returns a new object of class 'Process Offering Type'.ProcessOfferingType
DocumentRoot. 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 void
DocumentRoot. setProcessOffering(ProcessOfferingType value)
Sets the value of the 'Process Offering
' containment reference. -
Uses of ProcessOfferingType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ProcessOfferingType Modifier and Type Class Description class
ProcessOfferingTypeImpl
An 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. processOffering
The cached value of the 'Process Offering
' containment reference list.Methods in net.opengis.wps20.impl that return ProcessOfferingType Modifier and Type Method Description ProcessOfferingType
Wps20FactoryImpl. createProcessOfferingType()
ProcessOfferingType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetProcessOffering(ProcessOfferingType newProcessOffering, NotificationChain msgs)
void
DocumentRootImpl. setProcessOffering(ProcessOfferingType newProcessOffering)
-
Uses of ProcessOfferingType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ProcessOfferingType Modifier and Type Method Description T
Wps20Switch. caseProcessOfferingType(ProcessOfferingType object)
Returns the result of interpreting the object as an instance of 'Process Offering Type'.boolean
Wps20Validator. validateProcessOfferingType(ProcessOfferingType processOfferingType, DiagnosticChain diagnostics, Map<Object,Object> context)
-