Uses of Interface
net.opengis.wps10.OutputDefinitionsType
-
Packages that use OutputDefinitionsType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of OutputDefinitionsType in net.opengis.wps10
Methods in net.opengis.wps10 that return OutputDefinitionsType Modifier and Type Method Description OutputDefinitionsType
Wps10Factory. createOutputDefinitionsType()
Returns a new object of class 'Output Definitions Type'.OutputDefinitionsType
ExecuteResponseType. getOutputDefinitions()
Returns the value of the 'Output Definitions' containment reference.Methods in net.opengis.wps10 with parameters of type OutputDefinitionsType Modifier and Type Method Description void
ExecuteResponseType. setOutputDefinitions(OutputDefinitionsType value)
Sets the value of the 'Output Definitions
' containment reference. -
Uses of OutputDefinitionsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputDefinitionsType Modifier and Type Class Description class
OutputDefinitionsTypeImpl
An implementation of the model object 'Output Definitions Type'.Fields in net.opengis.wps10.impl declared as OutputDefinitionsType Modifier and Type Field Description protected OutputDefinitionsType
ExecuteResponseTypeImpl. outputDefinitions
The cached value of the 'Output Definitions
' containment reference.Methods in net.opengis.wps10.impl that return OutputDefinitionsType Modifier and Type Method Description OutputDefinitionsType
Wps10FactoryImpl. createOutputDefinitionsType()
OutputDefinitionsType
ExecuteResponseTypeImpl. getOutputDefinitions()
Methods in net.opengis.wps10.impl with parameters of type OutputDefinitionsType Modifier and Type Method Description NotificationChain
ExecuteResponseTypeImpl. basicSetOutputDefinitions(OutputDefinitionsType newOutputDefinitions, NotificationChain msgs)
void
ExecuteResponseTypeImpl. setOutputDefinitions(OutputDefinitionsType newOutputDefinitions)
-
Uses of OutputDefinitionsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputDefinitionsType Modifier and Type Method Description Object
Wps10Switch. caseOutputDefinitionsType(OutputDefinitionsType object)
Returns the result of interpreting the object as an instance of 'Output Definitions Type'.boolean
Wps10Validator. validateOutputDefinitionsType(OutputDefinitionsType outputDefinitionsType, DiagnosticChain diagnostics, Map context)
-
Uses of OutputDefinitionsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type OutputDefinitionsType Modifier and Type Method Description boolean
ExecuteResponseTypeValidator. validateOutputDefinitions(OutputDefinitionsType value)
-