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