com :: sun :: star :: reflection :: enum ParamMode
- Description
- These values are used to specify if a formal parameter of a method is
used for input, output, or both.
Values
|
IN
|
- Description
- It is an in parameter. Data can only transfered from the
callee to the caller.
|
OUT
|
- Description
- It is an out parameter. Data can only transfered from the
caller to the callee.
|
INOUT
|
- Description
- It is an in out parameter. Data can transfered in both
directions.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.