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