Top   Module   Use   Manual   Index 

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

struct ParamInfo


Description
describes a formal parameter of a method.


Elements

string aName
Description
The name of the parameter.
com::sun::star::reflection::ParamMode aMode
Description
One of the values IN, OUT, INOUT from the ParamMode enumeration.
com::sun::star::reflection::XIdlClass aType
Description
The type of the parameter.
Top of Page