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 TypeMethodDescriptionvoidOutputDataType.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 TypeClassDescriptionclassAn implementation of the model object 'Output Reference Type'.Fields in net.opengis.wps10.impl declared as OutputReferenceTypeModifier and TypeFieldDescriptionprotected OutputReferenceTypeOutputDataTypeImpl.referenceThe 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 TypeMethodDescriptionNotificationChainOutputDataTypeImpl.basicSetReference(OutputReferenceType newReference, NotificationChain msgs) voidOutputDataTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanOutputDataTypeValidator.validateReference(OutputReferenceType value)