org.jutil.util
Class DictionaryAttributeReader

java.lang.Object
  extended by org.jutil.util.DictionaryAttributeReader
All Implemented Interfaces:
java.io.Serializable, AttributeReader

public class DictionaryAttributeReader
extends java.lang.Object
implements AttributeReader

See Also:
Serialized Form

Constructor Summary
DictionaryAttributeReader(java.util.Dictionary dict)
           
 
Method Summary
 java.util.Enumeration elements()
           
 java.lang.Object getAttribute(java.lang.String name)
           
 java.lang.Object getAttribute(java.lang.String name, java.lang.Object defVal)
           
 java.util.Enumeration keys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryAttributeReader

public DictionaryAttributeReader(java.util.Dictionary dict)
Method Detail

getAttribute

public java.lang.Object getAttribute(java.lang.String name)
Specified by:
getAttribute in interface AttributeReader

getAttribute

public java.lang.Object getAttribute(java.lang.String name,
                                     java.lang.Object defVal)
Specified by:
getAttribute in interface AttributeReader

keys

public java.util.Enumeration keys()
Specified by:
keys in interface AttributeReader

elements

public java.util.Enumeration elements()
Specified by:
elements in interface AttributeReader