<< Click to Display Table of Contents >>
OZParameter
This class provides methods to get the information about FORM parameters added to the OZR file.
Method Detail
getName
public String getName()
Gets the parameter name.
getType
public int getType()
Gets the parameter type.
getValue
public String getValue()
Gets the parameter value.
getDescription
public String getDescription()
Gets the parameter description.