Uses of Interface
net.opengis.wps20.GenericProcessType
-
Packages that use GenericProcessType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of GenericProcessType in net.opengis.wps20
Methods in net.opengis.wps20 that return GenericProcessType Modifier and Type Method Description GenericProcessType
Wps20Factory. createGenericProcessType()
Returns a new object of class 'Generic Process Type'.GenericProcessType
DocumentRoot. getGenericProcess()
Returns the value of the 'Generic Process' containment reference.Methods in net.opengis.wps20 with parameters of type GenericProcessType Modifier and Type Method Description void
DocumentRoot. setGenericProcess(GenericProcessType value)
Sets the value of the 'Generic Process
' containment reference. -
Uses of GenericProcessType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement GenericProcessType Modifier and Type Class Description class
GenericProcessTypeImpl
An implementation of the model object 'Generic Process Type'.Methods in net.opengis.wps20.impl that return GenericProcessType Modifier and Type Method Description GenericProcessType
Wps20FactoryImpl. createGenericProcessType()
GenericProcessType
DocumentRootImpl. getGenericProcess()
Methods in net.opengis.wps20.impl with parameters of type GenericProcessType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGenericProcess(GenericProcessType newGenericProcess, NotificationChain msgs)
void
DocumentRootImpl. setGenericProcess(GenericProcessType newGenericProcess)
-
Uses of GenericProcessType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type GenericProcessType Modifier and Type Method Description T
Wps20Switch. caseGenericProcessType(GenericProcessType object)
Returns the result of interpreting the object as an instance of 'Generic Process Type'.boolean
Wps20Validator. validateGenericProcessType(GenericProcessType genericProcessType, DiagnosticChain diagnostics, Map<Object,Object> context)
-