Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue
-
Packages that use ParameterValue Package Description com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters -
-
Uses of ParameterValue in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters
Subclasses of ParameterValue in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters Modifier and Type Class Description classBooleanValueclassDoubleValueclassFloatValueclassIntValueclassParameterListclassParameterMapclassRootParameterMapclassSimpleType<T>classStringValueFields in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters with type parameters of type ParameterValue Modifier and Type Field Description protected List<ParameterValue>ParameterList. valuesMethods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters that return ParameterValue Modifier and Type Method Description ParameterValueParameterList. get(int index)ParameterValueParameterMap. get(String key)ParameterValueParameterValue. withName(String value)Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>ParameterList. getValues()List<ParameterValue>ParameterMap. getValues()Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters with parameters of type ParameterValue Modifier and Type Method Description ParameterListParameterList. withValues(ParameterValue... values)ParameterMapParameterMap. withValues(ParameterValue... values)Method parameters in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters with type arguments of type ParameterValue Modifier and Type Method Description ParameterListParameterList. withValues(Collection<ParameterValue> values)ParameterMapParameterMap. withValues(Collection<ParameterValue> values)
-