|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.resilientedge.util.prefs.xml.XMLMap
Represents a group that contains zero or more Pair instances
| Constructor Summary | |
XMLMap()
Default constructor |
|
| Method Summary | |
void |
addEntry(XMLEntry entry)
Adds a pairs as a child |
XMLEntry[] |
getEntries()
Returns the pairs for this group (non-null) |
void |
setEntries(XMLEntry[] entries)
Sets the pairs for this group, removing any previous children |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLMap()
| Method Detail |
public void setEntries(XMLEntry[] entries)
entries - The new Entries valuepublic XMLEntry[] getEntries()
public void addEntry(XMLEntry entry)
entry - The feature to be added to the Entry attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||