Class ParameterList
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue<List<Object>>
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterList
-
- All Implemented Interfaces:
XMLWritable
public class ParameterList extends ParameterValue<List<Object>>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ParameterValue>values
-
Constructor Summary
Constructors Constructor Description ParameterList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterValueget(int index)List<ParameterValue>getValues()intsize()ParameterListwithValues(ParameterValue... values)ParameterListwithValues(Collection<ParameterValue> values)voidwrite(XmlOutputContext writer)-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue
asParameterList, asParameterMap, asSimpleType, getName, hasName, withName
-
-
-
-
Field Detail
-
values
protected List<ParameterValue> values
-
-
Method Detail
-
getValues
public List<ParameterValue> getValues()
-
get
public ParameterValue get(int index)
-
size
public int size()
-
withValues
public ParameterList withValues(Collection<ParameterValue> values)
-
withValues
public ParameterList withValues(ParameterValue... values)
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Throws:
WritingXmlException
-
-