com.resilientedge.util.prefs.xml
Class XMLMap

java.lang.Object
  |
  +--com.resilientedge.util.prefs.xml.XMLMap
All Implemented Interfaces:
java.io.Serializable

public class XMLMap
extends java.lang.Object
implements java.io.Serializable

Represents a group that contains zero or more Pair instances

Author:
jwh
See Also:
Serialized Form

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

XMLMap

public XMLMap()
Default constructor
Method Detail

setEntries

public void setEntries(XMLEntry[] entries)
Sets the pairs for this group, removing any previous children
Parameters:
entries - The new Entries value

getEntries

public XMLEntry[] getEntries()
Returns the pairs for this group (non-null)
Returns:
the pairs for this group (non-null)

addEntry

public void addEntry(XMLEntry entry)
Adds a pairs as a child
Parameters:
entry - The feature to be added to the Entry attribute


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.