|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
NamedValue
Field Summary | |
---|---|
static int |
value
The constant, specifying that the parameter is used both to pass and to return the data. |
Field Detail |
---|
static final int value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |