org.omg.CORBA
Interface ARG_IN


public interface ARG_IN

This simple interface defines just one constant, normally used to mark the parameter as an "input parameter".

See Also:
NamedValue

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

Field Detail

value

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

See Also:
Constant Field Values