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.csw20Methods in net.opengis.cat.csw20 that return RangeOfValuesType Modifier and Type Method Description RangeOfValuesTypeCsw20Factory. createRangeOfValuesType()Returns a new object of class 'Range Of Values Type'.RangeOfValuesTypeDomainValuesType. 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 voidDomainValuesType. setRangeOfValues(RangeOfValuesType value)Sets the value of the 'Range Of Values' containment reference.
- 
Uses of RangeOfValuesType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement RangeOfValuesType Modifier and Type Class Description classRangeOfValuesTypeImplAn 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 RangeOfValuesTypeDomainValuesTypeImpl. rangeOfValuesThe cached value of the 'Range Of Values' containment reference.Methods in net.opengis.cat.csw20.impl that return RangeOfValuesType Modifier and Type Method Description RangeOfValuesTypeCsw20FactoryImpl. createRangeOfValuesType()RangeOfValuesTypeDomainValuesTypeImpl. getRangeOfValues()Methods in net.opengis.cat.csw20.impl with parameters of type RangeOfValuesType Modifier and Type Method Description NotificationChainDomainValuesTypeImpl. basicSetRangeOfValues(RangeOfValuesType newRangeOfValues, NotificationChain msgs)voidDomainValuesTypeImpl. setRangeOfValues(RangeOfValuesType newRangeOfValues)
 
-