Uses of Interface
net.opengis.wps10.ExecuteType
-
Packages that use ExecuteType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of ExecuteType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExecuteType Modifier and Type Method Description ExecuteTypeWps10Factory. createExecuteType()Returns a new object of class 'Execute Type'.ExecuteTypeDocumentRoot. getExecute()Returns the value of the 'Execute' containment reference.Methods in net.opengis.wps10 with parameters of type ExecuteType Modifier and Type Method Description voidDocumentRoot. setExecute(ExecuteType value)Sets the value of the 'Execute' containment reference. -
Uses of ExecuteType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ExecuteType Modifier and Type Class Description classExecuteTypeImplAn implementation of the model object 'Execute Type'.Methods in net.opengis.wps10.impl that return ExecuteType Modifier and Type Method Description ExecuteTypeWps10FactoryImpl. createExecuteType()ExecuteTypeDocumentRootImpl. getExecute()Methods in net.opengis.wps10.impl with parameters of type ExecuteType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExecute(ExecuteType newExecute, NotificationChain msgs)voidDocumentRootImpl. setExecute(ExecuteType newExecute) -
Uses of ExecuteType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ExecuteType Modifier and Type Method Description ObjectWps10Switch. caseExecuteType(ExecuteType object)Returns the result of interpreting the object as an instance of 'Execute Type'.booleanWps10Validator. validateExecuteType(ExecuteType executeType, DiagnosticChain diagnostics, Map context) -
Uses of ExecuteType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExecuteType Modifier and Type Method Description booleanDocumentRootValidator. validateExecute(ExecuteType value)
-