NamedValue::flags

Overview Returns a bitmask that identifies the argument passing mode.
Original class CORBA::NamedValue


Intended Usage

The flags method is used by a client program when querying a NamedValue representing a parameter of a DII request. The flags method returns a bitmask that identifies the argument passing mode.

Syntax

  CORBA::Flags flags() const;

Input parameters

None.

Return values

CORBA::Flags
The argument passing mode. If the flags method is called on a NamedValue which does not represent a request parameter, an empty bitmask is returned. The following flag values are defined:
CORBA::ARG_IN
The associated value is an input only argument.
CORBA::ARG_OUT
The associated value is an output only argument.
CORBA::ARG_INOUT
The associated value is an in/out argument.

Related reference
CORBA module



Searchable topic ID:   rcor_modna3
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modna3.html

Library | Support | Terms of Use | Feedback