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
intvalue
The constant, specifying that the parameter is used both to pass and to return the data.

Field Detail

value

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