Uses of Interface
net.opengis.wps20.OutputDefinitionType
Packages that use OutputDefinitionType
-
Uses of OutputDefinitionType in net.opengis.wps20
Methods in net.opengis.wps20 that return OutputDefinitionTypeModifier and TypeMethodDescriptionWps20Factory.createOutputDefinitionType()
Returns a new object of class 'Output Definition Type'.OutputDefinitionType.getOutput()
Returns the value of the 'Output' containment reference.Methods in net.opengis.wps20 that return types with arguments of type OutputDefinitionTypeModifier and TypeMethodDescriptionEList<OutputDefinitionType>
ExecuteRequestType.getOutput()
Returns the value of the 'Output' containment reference list.Methods in net.opengis.wps20 with parameters of type OutputDefinitionTypeModifier and TypeMethodDescriptionvoid
OutputDefinitionType.setOutput
(OutputDefinitionType value) Sets the value of the 'Output
' containment reference. -
Uses of OutputDefinitionType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement OutputDefinitionTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Output Definition Type'.Fields in net.opengis.wps20.impl declared as OutputDefinitionTypeModifier and TypeFieldDescriptionprotected OutputDefinitionType
OutputDefinitionTypeImpl.output
The cached value of the 'Output
' containment reference.Fields in net.opengis.wps20.impl with type parameters of type OutputDefinitionTypeModifier and TypeFieldDescriptionprotected EList<OutputDefinitionType>
ExecuteRequestTypeImpl.output
The cached value of the 'Output
' containment reference list.Methods in net.opengis.wps20.impl that return OutputDefinitionTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createOutputDefinitionType()
OutputDefinitionTypeImpl.getOutput()
Methods in net.opengis.wps20.impl that return types with arguments of type OutputDefinitionTypeMethods in net.opengis.wps20.impl with parameters of type OutputDefinitionTypeModifier and TypeMethodDescriptionNotificationChain
OutputDefinitionTypeImpl.basicSetOutput
(OutputDefinitionType newOutput, NotificationChain msgs) void
OutputDefinitionTypeImpl.setOutput
(OutputDefinitionType newOutput) -
Uses of OutputDefinitionType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type OutputDefinitionTypeModifier and TypeMethodDescriptionWps20Switch.caseOutputDefinitionType
(OutputDefinitionType object) Returns the result of interpreting the object as an instance of 'Output Definition Type'.boolean
Wps20Validator.validateOutputDefinitionType
(OutputDefinitionType outputDefinitionType, DiagnosticChain diagnostics, Map<Object, Object> context)