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
|
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 |
atts
java.util.Properties atts
PTreeAtts
public PTreeAtts()
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)