Uses of Interface
net.opengis.cat.csw20.DomainValuesType
- 
Packages that use DomainValuesType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl 
- 
- 
Uses of DomainValuesType in net.opengis.cat.csw20Methods in net.opengis.cat.csw20 that return DomainValuesType Modifier and Type Method Description DomainValuesTypeCsw20Factory. createDomainValuesType()Returns a new object of class 'Domain Values Type'.Methods in net.opengis.cat.csw20 that return types with arguments of type DomainValuesType Modifier and Type Method Description EList<DomainValuesType>GetDomainResponseType. getDomainValues()Returns the value of the 'Domain Values' containment reference list.
- 
Uses of DomainValuesType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement DomainValuesType Modifier and Type Class Description classDomainValuesTypeImplAn implementation of the model object 'Domain Values Type'.Fields in net.opengis.cat.csw20.impl with type parameters of type DomainValuesType Modifier and Type Field Description protected EList<DomainValuesType>GetDomainResponseTypeImpl. domainValuesThe cached value of the 'Domain Values' containment reference list.Methods in net.opengis.cat.csw20.impl that return DomainValuesType Modifier and Type Method Description DomainValuesTypeCsw20FactoryImpl. createDomainValuesType()Methods in net.opengis.cat.csw20.impl that return types with arguments of type DomainValuesType Modifier and Type Method Description EList<DomainValuesType>GetDomainResponseTypeImpl. getDomainValues()
 
-