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 TypeMethodDescriptionvoidDocumentRoot.setValuesReference(ValuesReferenceType value) Sets the value of the 'Values Reference' containment reference.voidUnNamedDomainType.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 TypeClassDescriptionclassAn implementation of the model object 'Values Reference Type'.Fields in net.opengis.ows20.impl declared as ValuesReferenceTypeModifier and TypeFieldDescriptionprotected ValuesReferenceTypeUnNamedDomainTypeImpl.valuesReferenceThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs) voidDocumentRootImpl.setValuesReference(ValuesReferenceType newValuesReference) voidUnNamedDomainTypeImpl.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'.booleanOws20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateValuesReference(ValuesReferenceType value) booleanUnNamedDomainTypeValidator.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 TypeMethodDescriptionvoidLiteralDataDomainType.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 ValuesReferenceTypeLiteralDataDomainTypeImpl.valuesReferenceThe 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 TypeMethodDescriptionNotificationChainLiteralDataDomainTypeImpl.basicSetValuesReference(ValuesReferenceType newValuesReference, NotificationChain msgs) voidLiteralDataDomainTypeImpl.setValuesReference(ValuesReferenceType newValuesReference)