Uses of Interface
net.opengis.wps20.DataOutputType
Packages that use DataOutputType
-
Uses of DataOutputType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataOutputTypeModifier and TypeMethodDescriptionWps20Factory.createDataOutputType()
Returns a new object of class 'Data Output Type'.DataOutputType.getOutput()
Returns the value of the 'Output' containment reference.Methods in net.opengis.wps20 that return types with arguments of type DataOutputTypeModifier and TypeMethodDescriptionEList<DataOutputType>
ResultType.getOutput()
Returns the value of the 'Output' containment reference list.Methods in net.opengis.wps20 with parameters of type DataOutputTypeModifier and TypeMethodDescriptionvoid
DataOutputType.setOutput
(DataOutputType value) Sets the value of the 'Output
' containment reference. -
Uses of DataOutputType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataOutputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Output Type'.Fields in net.opengis.wps20.impl declared as DataOutputTypeModifier and TypeFieldDescriptionprotected DataOutputType
DataOutputTypeImpl.output
The cached value of the 'Output
' containment reference.Fields in net.opengis.wps20.impl with type parameters of type DataOutputTypeModifier and TypeFieldDescriptionprotected EList<DataOutputType>
ResultTypeImpl.output
The cached value of the 'Output
' containment reference list.Methods in net.opengis.wps20.impl that return DataOutputTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createDataOutputType()
DataOutputTypeImpl.getOutput()
Methods in net.opengis.wps20.impl that return types with arguments of type DataOutputTypeMethods in net.opengis.wps20.impl with parameters of type DataOutputTypeModifier and TypeMethodDescriptionNotificationChain
DataOutputTypeImpl.basicSetOutput
(DataOutputType newOutput, NotificationChain msgs) void
DataOutputTypeImpl.setOutput
(DataOutputType newOutput) -
Uses of DataOutputType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataOutputTypeModifier and TypeMethodDescriptionWps20Switch.caseDataOutputType
(DataOutputType object) Returns the result of interpreting the object as an instance of 'Data Output Type'.boolean
Wps20Validator.validateDataOutputType
(DataOutputType dataOutputType, DiagnosticChain diagnostics, Map<Object, Object> context)