| Constructor |
| |
WParamList(WServer oServer)
Initializes a newly created WParamList object.
Parameters:
oServer - a WServer.
|
| Methods |
| int |
CreateParam(String Value)
Creates the parameter and initilizes it with the value.
Parameters:
Value - the value to assign.
Returns:
0 if the parameter is created successfully; -1 otherwise.
|
| String |
GetParam(int ParamNum)
Parameters:
ParamNum - the parameter number [0,1,2,...].
Returns:
a String that represents parameter value.
|
| void |
Clean()
Deletes all parameters from the list.
|
| Example |
| |
api_WParamList.java
|