Uses of Interface
net.opengis.wps10.ValuesReferenceType
Packages that use ValuesReferenceType
Package
Description
-
Uses of ValuesReferenceType in net.opengis.wps10
Methods in net.opengis.wps10 that return ValuesReferenceTypeModifier and TypeMethodDescriptionWps10Factory.createValuesReferenceType()
Returns a new object of class 'Values Reference Type'.LiteralInputType.getValuesReference()
Returns the value of the 'Values Reference' containment reference.Methods in net.opengis.wps10 with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionvoid
LiteralInputType.setValuesReference
(ValuesReferenceType value) Sets the value of the 'Values Reference
' containment reference. -
Uses of ValuesReferenceType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ValuesReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Values Reference Type'.Fields in net.opengis.wps10.impl declared as ValuesReferenceTypeModifier and TypeFieldDescriptionprotected ValuesReferenceType
LiteralInputTypeImpl.valuesReference
The cached value of the 'Values Reference
' containment reference.Methods in net.opengis.wps10.impl that return ValuesReferenceTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createValuesReferenceType()
LiteralInputTypeImpl.getValuesReference()
Methods in net.opengis.wps10.impl with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionNotificationChain
LiteralInputTypeImpl.basicSetValuesReference
(ValuesReferenceType newValuesReference, NotificationChain msgs) void
LiteralInputTypeImpl.setValuesReference
(ValuesReferenceType newValuesReference) -
Uses of ValuesReferenceType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionWps10Switch.caseValuesReferenceType
(ValuesReferenceType object) Returns the result of interpreting the object as an instance of 'Values Reference Type'.boolean
Wps10Validator.validateValuesReferenceType
(ValuesReferenceType valuesReferenceType, DiagnosticChain diagnostics, Map context) -
Uses of ValuesReferenceType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionboolean
LiteralInputTypeValidator.validateValuesReference
(ValuesReferenceType value)