public static class XMLPropertyListConfiguration.ArrayNode extends XMLPropertyListConfiguration.PListNode
DefaultConfigurationNode.SubNodes
Modifier and Type | Field and Description |
---|---|
private java.util.List |
list
The list of values in the array.
|
private static long |
serialVersionUID
The serial version UID.
|
Constructor and Description |
---|
XMLPropertyListConfiguration.ArrayNode() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.Object value)
Add an object to the array.
|
java.lang.Object |
getValue()
Return the list of values in the array.
|
addDataValue, addDateValue, addFalseValue, addIntegerValue, addList, addRealValue, addTrueValue
addChild, getParent, hasChildren, remove, remove, setParent, visit
addAttribute, addChild, checkState, clone, createSubNodes, getAttribute, getAttributeCount, getAttributeCount, getAttributes, getAttributes, getChild, getChildren, getChildren, getChildrenCount, getChildrenCount, getName, getParentNode, getReference, isAttribute, isDefined, removeAttribute, removeAttribute, removeAttributes, removeChild, removeChild, removeChildren, removeReference, setAttribute, setName, setParentNode, setReference, setValue, visit
private static final long serialVersionUID
private java.util.List list
public XMLPropertyListConfiguration.ArrayNode()
public void addValue(java.lang.Object value)
addValue
in class XMLPropertyListConfiguration.PListNode
value
- the value to be addedpublic java.lang.Object getValue()
getValue
in interface ConfigurationNode
getValue
in class DefaultConfigurationNode
List
of values