Uses of Interface
net.opengis.cat.csw20.RangeOfValuesType
Packages that use RangeOfValuesType
-
Uses of RangeOfValuesType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return RangeOfValuesTypeModifier and TypeMethodDescriptionCsw20Factory.createRangeOfValuesType()
Returns a new object of class 'Range Of Values Type'.DomainValuesType.getRangeOfValues()
Returns the value of the 'Range Of Values' containment reference.Methods in net.opengis.cat.csw20 with parameters of type RangeOfValuesTypeModifier and TypeMethodDescriptionvoid
DomainValuesType.setRangeOfValues
(RangeOfValuesType value) Sets the value of the 'Range Of Values
' containment reference. -
Uses of RangeOfValuesType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement RangeOfValuesTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Range Of Values Type'.Fields in net.opengis.cat.csw20.impl declared as RangeOfValuesTypeModifier and TypeFieldDescriptionprotected RangeOfValuesType
DomainValuesTypeImpl.rangeOfValues
The cached value of the 'Range Of Values
' containment reference.Methods in net.opengis.cat.csw20.impl that return RangeOfValuesTypeModifier and TypeMethodDescriptionCsw20FactoryImpl.createRangeOfValuesType()
DomainValuesTypeImpl.getRangeOfValues()
Methods in net.opengis.cat.csw20.impl with parameters of type RangeOfValuesTypeModifier and TypeMethodDescriptionNotificationChain
DomainValuesTypeImpl.basicSetRangeOfValues
(RangeOfValuesType newRangeOfValues, NotificationChain msgs) void
DomainValuesTypeImpl.setRangeOfValues
(RangeOfValuesType newRangeOfValues)