This method of the Command class has the following signatures:
getParameter(int n)
getParameter(String n)
Retrieves a parameter of a Command object.
public com.ms.wfc.data.Parameter getParameter(int n);
Returns a Parameter object.
n | An integer representing the Command object parameter. |
public com.ms.wfc.data.Parameter getParameter(String n);
Returns a Parameter object.
n | A string representing the Command object parameter. |