19 #ifndef __com_sun_star_reflection_ParamMode_idl__
20 #define __com_sun_star_reflection_ParamMode_idl__
24 module com { module sun { module star { module reflection {
parameter serves as input as well as output; data can transferred in both directions ...
Definition: ParamMode.idl:42
parameter serves as pure input for a called method
Definition: ParamMode.idl:34
ParamMode
The parameter mode denotes the transfer between caller and callee of a method.
Definition: ParamMode.idl:30
parameter serves as pure output for the callee (in addition to the return value)
Definition: ParamMode.idl:38