org.apache.commons.configuration.plist
public static class XMLPropertyListConfiguration.ArrayNode extends XMLPropertyListConfiguration.PListNode
Field Summary | |
---|---|
List | list The list of values in the array. |
static long | serialVersionUID
The serial version UID. |
Method Summary | |
---|---|
void | addValue(Object value)
Add an object to the array.
|
Object | getValue()
Return the list of values in the array.
|
Parameters: value the value to be added
Returns: the List of values