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 TypeMethodDescriptionvoidInputType.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 TypeClassDescriptionclassAn implementation of the model object 'Input Reference Type'.Fields in net.opengis.wps10.impl declared as InputReferenceTypeModifier and TypeFieldDescriptionprotected InputReferenceTypeInputTypeImpl.referenceThe 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 TypeMethodDescriptionNotificationChainInputTypeImpl.basicSetReference(InputReferenceType newReference, NotificationChain msgs) voidInputTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanInputTypeValidator.validateReference(InputReferenceType value)