Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterList
-
Packages that use ParameterList Package Description com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters -
-
Uses of ParameterList in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters that return ParameterList Modifier and Type Method Description ParameterListParameterValue. asParameterList()ParameterListParameterList. withValues(ParameterValue... values)ParameterListParameterList. withValues(Collection<ParameterValue> values) -
Uses of ParameterList in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters that return ParameterList Modifier and Type Method Description ParameterListParameterListParser. parse(XmlReader reader)
-