Uses of Interface
net.opengis.wps10.OutputReferenceType
Packages that use OutputReferenceType
Package
Description
-
Uses of OutputReferenceType in net.opengis.wps10
Methods in net.opengis.wps10 that return OutputReferenceTypeModifier and TypeMethodDescriptionWps10Factory.createOutputReferenceType()
Returns a new object of class 'Output Reference Type'.OutputDataType.getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps10 with parameters of type OutputReferenceTypeModifier and TypeMethodDescriptionvoid
OutputDataType.setReference
(OutputReferenceType value) Sets the value of the 'Reference
' containment reference. -
Uses of OutputReferenceType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Output Reference Type'.Fields in net.opengis.wps10.impl declared as OutputReferenceTypeModifier and TypeFieldDescriptionprotected OutputReferenceType
OutputDataTypeImpl.reference
The cached value of the 'Reference
' containment reference.Methods in net.opengis.wps10.impl that return OutputReferenceTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createOutputReferenceType()
OutputDataTypeImpl.getReference()
Methods in net.opengis.wps10.impl with parameters of type OutputReferenceTypeModifier and TypeMethodDescriptionNotificationChain
OutputDataTypeImpl.basicSetReference
(OutputReferenceType newReference, NotificationChain msgs) void
OutputDataTypeImpl.setReference
(OutputReferenceType newReference) -
Uses of OutputReferenceType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputReferenceTypeModifier and TypeMethodDescriptionWps10Switch.caseOutputReferenceType
(OutputReferenceType object) Returns the result of interpreting the object as an instance of 'Output Reference Type'.boolean
Wps10Validator.validateOutputReferenceType
(OutputReferenceType outputReferenceType, DiagnosticChain diagnostics, Map context) -
Uses of OutputReferenceType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type OutputReferenceTypeModifier and TypeMethodDescriptionboolean
OutputDataTypeValidator.validateReference
(OutputReferenceType value)