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 TypeMethodDescriptionvoidLiteralInputType.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 TypeClassDescriptionclassAn implementation of the model object 'Values Reference Type'.Fields in net.opengis.wps10.impl declared as ValuesReferenceTypeModifier and TypeFieldDescriptionprotected ValuesReferenceTypeLiteralInputTypeImpl.valuesReferenceThe 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 TypeMethodDescriptionNotificationChainLiteralInputTypeImpl.basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs) voidLiteralInputTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanLiteralInputTypeValidator.validateValuesReference(ValuesReferenceType value)