org.openoffice.da.comp.w2lcommon.helper
Class PropertyHelper

java.lang.Object
  extended by org.openoffice.da.comp.w2lcommon.helper.PropertyHelper

public class PropertyHelper
extends java.lang.Object

This class provides access by name to a PropertyValue array


Constructor Summary
PropertyHelper()
           
PropertyHelper(PropertyValue[] props)
           
 
Method Summary
 java.lang.Object get(java.lang.String sName)
           
 java.util.Enumeration keys()
           
 void put(java.lang.String sName, java.lang.Object value)
           
 PropertyValue[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHelper

public PropertyHelper()

PropertyHelper

public PropertyHelper(PropertyValue[] props)
Method Detail

put

public void put(java.lang.String sName,
                java.lang.Object value)

get

public java.lang.Object get(java.lang.String sName)

keys

public java.util.Enumeration keys()

toArray

public PropertyValue[] toArray()