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
static int value
          The flag, indicating that the parameter is used to return, and not to pass the data.
 

Field Detail

value

static final int value
The flag, indicating that the parameter is used to return, and not to pass the data.

See Also:
Constant Field Values