org.openoffice.da.comp.w2lcommon.helper
Class PropertyHelper
java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.PropertyHelper
public class PropertyHelper
extends java.lang.Object
This class provides access by name to a PropertyValue
array
Object | get(String sName)
|
Enumeration | keys()
|
void | put(String sName, Object value)
|
PropertyValue[] | toArray()
|
PropertyHelper
public PropertyHelper()
PropertyHelper
public PropertyHelper(PropertyValue[] props)
get
public Object get(String sName)
keys
public Enumeration keys()
put
public void put(String sName,
Object value)
toArray
public PropertyValue[] toArray()