cug.ptree
Class PTreeAtts

java.lang.Object
  |
  +--cug.ptree.PTreeAtts

public class PTreeAtts
extends java.lang.Object


Field Summary
(package private)  java.util.Properties atts
           
 
Constructor Summary
PTreeAtts()
           
 
Method Summary
 java.lang.String getAttribute(java.lang.String key)
           
 java.lang.String getAttribute(java.lang.String key, java.lang.String def)
           
(package private)  java.util.Properties getProperties()
           
 void setAttribute(java.lang.String key, java.lang.String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atts

java.util.Properties atts
Constructor Detail

PTreeAtts

public PTreeAtts()
Method Detail

getProperties

java.util.Properties getProperties()

setAttribute

public void setAttribute(java.lang.String key,
                         java.lang.String val)

getAttribute

public java.lang.String getAttribute(java.lang.String key,
                                     java.lang.String def)

getAttribute

public java.lang.String getAttribute(java.lang.String key)