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 GenericProcessTypeWps20Factory. createGenericProcessType()Returns a new object of class 'Generic Process Type'.GenericProcessTypeDocumentRoot. 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 voidDocumentRoot. 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 classGenericProcessTypeImplAn implementation of the model object 'Generic Process Type'.Methods in net.opengis.wps20.impl that return GenericProcessType Modifier and Type Method Description GenericProcessTypeWps20FactoryImpl. createGenericProcessType()GenericProcessTypeDocumentRootImpl. getGenericProcess()Methods in net.opengis.wps20.impl with parameters of type GenericProcessType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGenericProcess(GenericProcessType newGenericProcess, NotificationChain msgs)voidDocumentRootImpl. 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 TWps20Switch. caseGenericProcessType(GenericProcessType object)Returns the result of interpreting the object as an instance of 'Generic Process Type'.booleanWps20Validator. validateGenericProcessType(GenericProcessType genericProcessType, DiagnosticChain diagnostics, Map<Object,Object> context)
-