struct ParamInfo in module com::sun::star::reflection::

(Global Index)

Syntax

struct ParamInfo;

Description

describes a formal parameter of a method.

Field Summary

aName The name of the prameter.

aMode One of the values IN, OUT, INOUT from the ParamMode enumeration.

aType The type of the parameter.

Field Details



aName

Syntax

string aName;

Description

The name of the prameter.


aMode

Syntax

com::sun::star::reflection::ParamMode aMode;

Description

One of the values IN, OUT, INOUT from the ParamMode enumeration.


aType

Syntax

com::sun::star::reflection::XIdlClass aType;

Description

The type of the parameter.

Top of Page