DhPropertyBag.getString

Overview | Methods | This Package | All Packages

DhPropertyBag.getString

Retrieves the VALUE attribute of a PARAM tag given the NAME attribute.

Syntax

public String getString( String name )

Parameters

name

The NAME attribute of the PARAM tag.

Return Value

Returns the corresponding VALUE attribute of the same PARAM tag.

Remarks

For example, for the construction <PARAM NAME=weekday VALUE=monday>, this method retrieves the string "monday" when getString("weekday") is called.