ConfigurationNodepublic static class XMLPropertyListConfiguration.ArrayNode extends XMLPropertyListConfiguration.PListNode
DefaultConfigurationNode.SubNodes| Constructor | Description |
|---|---|
ArrayNode() |
| Modifier and Type | Method | 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.
|
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, visitaddChild, getParent, hasChildren, remove, remove, setParent, visitequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDataValue, addDateValue, addFalseValue, addIntegerValue, addList, addRealValue, addTrueValuepublic ArrayNode()
public void addValue(java.lang.Object value)
addValue in class XMLPropertyListConfiguration.PListNodevalue - the value to be addedpublic java.lang.Object getValue()
getValue in interface ConfigurationNodegetValue in class DefaultConfigurationNodeList of values