Stellent
HowToComponents
JavaDoc

intradoc.common
Class PropertiesTreeNode

java.lang.Object
  |
  +--intradoc.common.PropertiesTreeNode

public class PropertiesTreeNode
extends java.lang.Object


Field Summary
 java.lang.String m_name
           
 java.util.Properties m_properties
           
 java.util.Vector m_subNodes
           
 java.lang.String m_value
           
 
Constructor Summary
PropertiesTreeNode(java.lang.String name, java.util.Properties props)
           
 
Method Summary
 void addSubNode(PropertiesTreeNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

public java.lang.String m_name

m_properties

public java.util.Properties m_properties

m_value

public java.lang.String m_value

m_subNodes

public java.util.Vector m_subNodes
Constructor Detail

PropertiesTreeNode

public PropertiesTreeNode(java.lang.String name,
                          java.util.Properties props)
Method Detail

addSubNode

public void addSubNode(PropertiesTreeNode node)


(c) 1996-2005  All rights reserved.  Stellent, Inc.