The Parameter class has the following methods that are unique to it (its other methods are documented under the Field and AdoProperty classes):
getDirection and setDirection indicate or specify, respectively, whether the Parameter represents an input parameter, an output parameter, or both, or if the parameter is the return value from a stored procedure.
getSize and setSize indicate or set, respectively, the maximum size, in bytes or characters, of a Parameter object.