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 ExecuteType
Wps10Factory. createExecuteType()
Returns a new object of class 'Execute Type'.ExecuteType
DocumentRoot. getExecute()
Returns the value of the 'Execute' containment reference.Methods in net.opengis.wps10 with parameters of type ExecuteType Modifier and Type Method Description void
DocumentRoot. 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 class
ExecuteTypeImpl
An implementation of the model object 'Execute Type'.Methods in net.opengis.wps10.impl that return ExecuteType Modifier and Type Method Description ExecuteType
Wps10FactoryImpl. createExecuteType()
ExecuteType
DocumentRootImpl. getExecute()
Methods in net.opengis.wps10.impl with parameters of type ExecuteType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetExecute(ExecuteType newExecute, NotificationChain msgs)
void
DocumentRootImpl. 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 Object
Wps10Switch. caseExecuteType(ExecuteType object)
Returns the result of interpreting the object as an instance of 'Execute Type'.boolean
Wps10Validator. 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 boolean
DocumentRootValidator. validateExecute(ExecuteType value)
-