|
Syntax
- string getName
();
Description
-
Returns
- the name of the parameter.
Syntax
- com::sun::star::reflection::XTypeDescription getType
();
Description
-
Returns
- the type of the parameter.
Syntax
- boolean isIn
();
Description
-
Returns
- true, if the call type of this parameter IN or INOUT if in
parameter, false, if the call type is OUT.
Syntax
- boolean isOut
();
Description
-
Returns
- true, if the call type of this parameter OUT or INOUT if in
parameter, false, if the call type is IN.
Syntax
- long getPosition
();
Description
-
Returns
- the position of this parameter in the method definition.
|