org.openoffice.da.comp.w2lcommon.helper

Class PropertyHelper

public class PropertyHelper extends Object

This class provides access by name to a PropertyValue array
Constructor Summary
PropertyHelper()
PropertyHelper(PropertyValue[] props)
Method Summary
Objectget(String sName)
Enumerationkeys()
voidput(String sName, Object value)
PropertyValue[]toArray()

Constructor Detail

PropertyHelper

public PropertyHelper()

PropertyHelper

public PropertyHelper(PropertyValue[] props)

Method Detail

get

public Object get(String sName)

keys

public Enumeration keys()

put

public void put(String sName, Object value)

toArray

public PropertyValue[] toArray()