:: com :: sun :: star :: reflection ::

struct ParamInfo
Description
Provides information about a formal parameter of a method.

Elements' Summary
aName name of the parameter  
aMode parameter mode: in, out, inout  
aType formal type of the parameter  
Elements' Details
aName
string aName;
Description
name of the parameter
aMode
ParamMode aMode;
Description
parameter mode: in, out, inout
aType
XIdlClass aType;
Description
formal type of the parameter
Top of Page