com.resilientedge.util.prefs.xml
Class XMLRoot

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

public class XMLRoot
extends XMLNode

Represents a list of pair groups

Author:
jwh
See Also:
Serialized Form

Constructor Summary
XMLRoot()
          Default constructor
 
Method Summary
 java.lang.String getType()
          Returns the children for this group (non-null)
 void setName(java.lang.String name)
           
 void setType(java.lang.String type)
          Sets the children for this group, removing any previous children
 
Methods inherited from class com.resilientedge.util.prefs.xml.XMLNode
addNode, getEntryMap, getName, getNodes, setEntryMap, setNodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLRoot

public XMLRoot()
Default constructor
Method Detail

setType

public void setType(java.lang.String type)
Sets the children for this group, removing any previous children
Parameters:
type - The new Type value

setName

public void setName(java.lang.String name)
Overrides:
setName in class XMLNode
Parameters:
name - The new Name value

getType

public java.lang.String getType()
Returns the children for this group (non-null)
Returns:
the children for this group (non-null)


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