org.omg.CORBA
Interface ARG_OUT
public
interface
ARG_OUT
This simple interface defines just one constant, normally used
to mark the parameter as an "output parameter".
See Also: NamedValue
Field Summary |
int | value
The flag, indicating that the parameter is used to return, and
not to pass the data. |
public int value
The flag, indicating that the parameter is used to return, and
not to pass the data.