Uses of Interface
net.opengis.wfs20.ValueReferenceType
Packages that use ValueReferenceType
Package
Description
-
Uses of ValueReferenceType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ValueReferenceTypeModifier and TypeMethodDescriptionWfs20Factory.createValueReferenceType()
Returns a new object of class 'Value Reference Type'.PropertyType.getValueReference()
Returns the value of the 'Value Reference' containment reference.Methods in net.opengis.wfs20 with parameters of type ValueReferenceTypeModifier and TypeMethodDescriptionvoid
PropertyType.setValueReference
(ValueReferenceType value) Sets the value of the 'Value Reference
' reference. -
Uses of ValueReferenceType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ValueReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Value Reference Type'.Fields in net.opengis.wfs20.impl declared as ValueReferenceTypeModifier and TypeFieldDescriptionprotected ValueReferenceType
PropertyTypeImpl.valueReference
The cached value of the 'Value Reference
' reference.Methods in net.opengis.wfs20.impl that return ValueReferenceTypeModifier and TypeMethodDescriptionPropertyTypeImpl.basicGetValueReference()
Wfs20FactoryImpl.createValueReferenceType()
PropertyTypeImpl.getValueReference()
Methods in net.opengis.wfs20.impl with parameters of type ValueReferenceTypeModifier and TypeMethodDescriptionvoid
PropertyTypeImpl.setValueReference
(ValueReferenceType newValueReference) -
Uses of ValueReferenceType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ValueReferenceTypeModifier and TypeMethodDescriptionWfs20Switch.caseValueReferenceType
(ValueReferenceType object) Returns the result of interpreting the object as an instance of 'Value Reference Type'.boolean
Wfs20Validator.validateValueReferenceType
(ValueReferenceType valueReferenceType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ValueReferenceType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ValueReferenceTypeModifier and TypeMethodDescriptionboolean
PropertyTypeValidator.validateValueReference
(ValueReferenceType value)