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

Field Detail

value

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