22 module
com { module sun { module star { module reflection {
Reflects a method parameter.
Definition XMethodParameter.idl:34
com::sun::star::reflection::XTypeDescription getType()
Returns the type of the parameter.
string getName()
Returns the name of the parameter.
boolean isOut()
Returns true, if the parameter is declared as [out] or [inout] in IDL.
boolean isIn()
Returns true, if the parameter is declared as [in] or [inout] in IDL.
long getPosition()
Returns the position of the parameter regarding the IDL method declaration.
Reflects a UNOIDL entity.
Definition XTypeDescription.idl:42
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20