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

Field Detail

value

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