Uses of Interface
net.opengis.ows20.ValuesReferenceType
Packages that use ValuesReferenceType
Package
Description
-
Uses of ValuesReferenceType in net.opengis.ows20
Methods in net.opengis.ows20 that return ValuesReferenceTypeModifier and TypeMethodDescriptionOws20Factory.createValuesReferenceType()
Returns a new object of class 'Values Reference Type'.DocumentRoot.getValuesReference()
Returns the value of the 'Values Reference' containment reference.UnNamedDomainType.getValuesReference()
Returns the value of the 'Values Reference' containment reference.Methods in net.opengis.ows20 with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setValuesReference
(ValuesReferenceType value) Sets the value of the 'Values Reference
' containment reference.void
UnNamedDomainType.setValuesReference
(ValuesReferenceType value) Sets the value of the 'Values Reference
' containment reference. -
Uses of ValuesReferenceType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ValuesReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Values Reference Type'.Fields in net.opengis.ows20.impl declared as ValuesReferenceTypeModifier and TypeFieldDescriptionprotected ValuesReferenceType
UnNamedDomainTypeImpl.valuesReference
The cached value of the 'Values Reference
' containment reference.Methods in net.opengis.ows20.impl that return ValuesReferenceTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createValuesReferenceType()
DocumentRootImpl.getValuesReference()
UnNamedDomainTypeImpl.getValuesReference()
Methods in net.opengis.ows20.impl with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetValuesReference
(ValuesReferenceType newValuesReference, NotificationChain msgs) NotificationChain
UnNamedDomainTypeImpl.basicSetValuesReference
(ValuesReferenceType newValuesReference, NotificationChain msgs) void
DocumentRootImpl.setValuesReference
(ValuesReferenceType newValuesReference) void
UnNamedDomainTypeImpl.setValuesReference
(ValuesReferenceType newValuesReference) -
Uses of ValuesReferenceType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionOws20Switch.caseValuesReferenceType
(ValuesReferenceType object) Returns the result of interpreting the object as an instance of 'Values Reference Type'.boolean
Ows20Validator.validateValuesReferenceType
(ValuesReferenceType valuesReferenceType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ValuesReferenceType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateValuesReference
(ValuesReferenceType value) boolean
UnNamedDomainTypeValidator.validateValuesReference
(ValuesReferenceType value) -
Uses of ValuesReferenceType in net.opengis.wps20
Methods in net.opengis.wps20 that return ValuesReferenceTypeModifier and TypeMethodDescriptionLiteralDataDomainType.getValuesReference()
Returns the value of the 'Values Reference' containment reference.Methods in net.opengis.wps20 with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionvoid
LiteralDataDomainType.setValuesReference
(ValuesReferenceType value) Sets the value of the 'Values Reference
' containment reference. -
Uses of ValuesReferenceType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as ValuesReferenceTypeModifier and TypeFieldDescriptionprotected ValuesReferenceType
LiteralDataDomainTypeImpl.valuesReference
The cached value of the 'Values Reference
' containment reference.Methods in net.opengis.wps20.impl that return ValuesReferenceTypeMethods in net.opengis.wps20.impl with parameters of type ValuesReferenceTypeModifier and TypeMethodDescriptionNotificationChain
LiteralDataDomainTypeImpl.basicSetValuesReference
(ValuesReferenceType newValuesReference, NotificationChain msgs) void
LiteralDataDomainTypeImpl.setValuesReference
(ValuesReferenceType newValuesReference)