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 OutputDefinitionTypeWps20Factory. createOutputDefinitionType()Returns a new object of class 'Output Definition Type'.OutputDefinitionTypeOutputDefinitionType. 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 voidOutputDefinitionType. 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 classOutputDefinitionTypeImplAn implementation of the model object 'Output Definition Type'.Fields in net.opengis.wps20.impl declared as OutputDefinitionType Modifier and Type Field Description protected OutputDefinitionTypeOutputDefinitionTypeImpl. outputThe 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. outputThe cached value of the 'Output' containment reference list.Methods in net.opengis.wps20.impl that return OutputDefinitionType Modifier and Type Method Description OutputDefinitionTypeWps20FactoryImpl. createOutputDefinitionType()OutputDefinitionTypeOutputDefinitionTypeImpl. 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 NotificationChainOutputDefinitionTypeImpl. basicSetOutput(OutputDefinitionType newOutput, NotificationChain msgs)voidOutputDefinitionTypeImpl. 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 TWps20Switch. caseOutputDefinitionType(OutputDefinitionType object)Returns the result of interpreting the object as an instance of 'Output Definition Type'.booleanWps20Validator. validateOutputDefinitionType(OutputDefinitionType outputDefinitionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-