org.omg.CORBA
Interface ARG_INOUT


public interface ARG_INOUT

This simple interface defines just one constant, normally used to mark that the the parameter is used both to pass and to return some value. It is a similar conception like passing a parameter "by reference" in C or Pascal.

See Also:
NamedValue

Field Summary
static int value
          The constant, specifying that the parameter is used both to pass and to return the data.
 

Field Detail

value

static final int value
The constant, specifying that the parameter is used both to pass and to return the data.

See Also:
Constant Field Values