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.csw20
Methods in net.opengis.cat.csw20 that return DomainValuesType Modifier and Type Method Description DomainValuesType
Csw20Factory. 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.impl
Classes in net.opengis.cat.csw20.impl that implement DomainValuesType Modifier and Type Class Description class
DomainValuesTypeImpl
An 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. domainValues
The cached value of the 'Domain Values
' containment reference list.Methods in net.opengis.cat.csw20.impl that return DomainValuesType Modifier and Type Method Description DomainValuesType
Csw20FactoryImpl. 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()
-