Overview | Methods | This Package | All Packages
Retrieves the VALUE attribute of a PARAM tag given the NAME attribute.
Syntax
public int getInt( String name )
Parameters
name
The NAME attribute of the PARAM tag.
Return Value
Returns the corresponding numeric VALUE attribute of the same PARAM tag.
Remarks
For example, for the construction <PARAM NAME=fee VALUE=33>, this method retrieves the value 33 when getInt("fee") is called.