Uses of Interface
net.opengis.wps10.InputReferenceType
Packages that use InputReferenceType
Package
Description
-
Uses of InputReferenceType in net.opengis.wps10
Methods in net.opengis.wps10 that return InputReferenceTypeModifier and TypeMethodDescriptionWps10Factory.createInputReferenceType()
Returns a new object of class 'Input Reference Type'.InputType.getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps10 with parameters of type InputReferenceTypeModifier and TypeMethodDescriptionvoid
InputType.setReference
(InputReferenceType value) Sets the value of the 'Reference
' containment reference. -
Uses of InputReferenceType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement InputReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Input Reference Type'.Fields in net.opengis.wps10.impl declared as InputReferenceTypeModifier and TypeFieldDescriptionprotected InputReferenceType
InputTypeImpl.reference
The cached value of the 'Reference
' containment reference.Methods in net.opengis.wps10.impl that return InputReferenceTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createInputReferenceType()
InputTypeImpl.getReference()
Methods in net.opengis.wps10.impl with parameters of type InputReferenceTypeModifier and TypeMethodDescriptionNotificationChain
InputTypeImpl.basicSetReference
(InputReferenceType newReference, NotificationChain msgs) void
InputTypeImpl.setReference
(InputReferenceType newReference) -
Uses of InputReferenceType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type InputReferenceTypeModifier and TypeMethodDescriptionWps10Switch.caseInputReferenceType
(InputReferenceType object) Returns the result of interpreting the object as an instance of 'Input Reference Type'.boolean
Wps10Validator.validateInputReferenceType
(InputReferenceType inputReferenceType, DiagnosticChain diagnostics, Map context) -
Uses of InputReferenceType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type InputReferenceTypeModifier and TypeMethodDescriptionboolean
InputTypeValidator.validateReference
(InputReferenceType value)