Uses of Interface
net.opengis.cat.csw20.ListOfValuesType
-
Packages that use ListOfValuesType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of ListOfValuesType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return ListOfValuesType Modifier and Type Method Description ListOfValuesType
Csw20Factory. createListOfValuesType()
Returns a new object of class 'List Of Values Type'.ListOfValuesType
DomainValuesType. getListOfValues()
Returns the value of the 'List Of Values' containment reference.Methods in net.opengis.cat.csw20 with parameters of type ListOfValuesType Modifier and Type Method Description void
DomainValuesType. setListOfValues(ListOfValuesType value)
Sets the value of the 'List Of Values
' containment reference. -
Uses of ListOfValuesType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement ListOfValuesType Modifier and Type Class Description class
ListOfValuesTypeImpl
An implementation of the model object 'List Of Values Type'.Fields in net.opengis.cat.csw20.impl declared as ListOfValuesType Modifier and Type Field Description protected ListOfValuesType
DomainValuesTypeImpl. listOfValues
The cached value of the 'List Of Values
' containment reference.Methods in net.opengis.cat.csw20.impl that return ListOfValuesType Modifier and Type Method Description ListOfValuesType
Csw20FactoryImpl. createListOfValuesType()
ListOfValuesType
DomainValuesTypeImpl. getListOfValues()
Methods in net.opengis.cat.csw20.impl with parameters of type ListOfValuesType Modifier and Type Method Description NotificationChain
DomainValuesTypeImpl. basicSetListOfValues(ListOfValuesType newListOfValues, NotificationChain msgs)
void
DomainValuesTypeImpl. setListOfValues(ListOfValuesType newListOfValues)
-