Uses of Interface
net.opengis.wps20.DataOutputType
-
Packages that use DataOutputType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DataOutputType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataOutputType Modifier and Type Method Description DataOutputType
Wps20Factory. createDataOutputType()
Returns a new object of class 'Data Output Type'.DataOutputType
DataOutputType. getOutput()
Returns the value of the 'Output' containment reference.Methods in net.opengis.wps20 that return types with arguments of type DataOutputType Modifier and Type Method Description EList<DataOutputType>
ResultType. getOutput()
Returns the value of the 'Output' containment reference list.Methods in net.opengis.wps20 with parameters of type DataOutputType Modifier and Type Method Description void
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 DataOutputType Modifier and Type Class Description class
DataOutputTypeImpl
An implementation of the model object 'Data Output Type'.Fields in net.opengis.wps20.impl declared as DataOutputType Modifier and Type Field Description protected DataOutputType
DataOutputTypeImpl. output
The cached value of the 'Output
' containment reference.Fields in net.opengis.wps20.impl with type parameters of type DataOutputType Modifier and Type Field Description protected EList<DataOutputType>
ResultTypeImpl. output
The cached value of the 'Output
' containment reference list.Methods in net.opengis.wps20.impl that return DataOutputType Modifier and Type Method Description DataOutputType
Wps20FactoryImpl. createDataOutputType()
DataOutputType
DataOutputTypeImpl. getOutput()
Methods in net.opengis.wps20.impl that return types with arguments of type DataOutputType Modifier and Type Method Description EList<DataOutputType>
ResultTypeImpl. getOutput()
Methods in net.opengis.wps20.impl with parameters of type DataOutputType Modifier and Type Method Description NotificationChain
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 DataOutputType Modifier and Type Method Description T
Wps20Switch. 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)
-