Uses of Interface
net.opengis.cat.csw20.RangeOfValuesType
-
Packages that use RangeOfValuesType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of RangeOfValuesType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return RangeOfValuesType Modifier and Type Method Description RangeOfValuesType
Csw20Factory. createRangeOfValuesType()
Returns a new object of class 'Range Of Values Type'.RangeOfValuesType
DomainValuesType. getRangeOfValues()
Returns the value of the 'Range Of Values' containment reference.Methods in net.opengis.cat.csw20 with parameters of type RangeOfValuesType Modifier and Type Method Description void
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 RangeOfValuesType Modifier and Type Class Description class
RangeOfValuesTypeImpl
An implementation of the model object 'Range Of Values Type'.Fields in net.opengis.cat.csw20.impl declared as RangeOfValuesType Modifier and Type Field Description protected RangeOfValuesType
DomainValuesTypeImpl. rangeOfValues
The cached value of the 'Range Of Values
' containment reference.Methods in net.opengis.cat.csw20.impl that return RangeOfValuesType Modifier and Type Method Description RangeOfValuesType
Csw20FactoryImpl. createRangeOfValuesType()
RangeOfValuesType
DomainValuesTypeImpl. getRangeOfValues()
Methods in net.opengis.cat.csw20.impl with parameters of type RangeOfValuesType Modifier and Type Method Description NotificationChain
DomainValuesTypeImpl. basicSetRangeOfValues(RangeOfValuesType newRangeOfValues, NotificationChain msgs)
void
DomainValuesTypeImpl. setRangeOfValues(RangeOfValuesType newRangeOfValues)
-