Kanzi  3.9.9
Kanzi Engine Java API
DispatchMessageActionEnums.DispatchMode Enum Reference

Dispatch mode type. More...

Inheritance diagram for DispatchMessageActionEnums.DispatchMode:
[legend]

Public Member Functions

 DispatchMode (int value)
 Constructs a DispatchMode of an integer value. More...
 
 DispatchMode (DispatchMode enum_)
 Constructs a copy of a DispatchMode object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static DispatchMode swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static DispatchMode toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 DispatchModeNode =(0)
 
 DispatchModePost =(2)
 
 DispatchModeSend =(1)
 

Detailed Description

Dispatch mode type.


Deprecated In Kanzi 3.5. All messages are delivered immediately, and DispatchMode property has no effect.

Constructor & Destructor Documentation

DispatchMode ( int  value)

Constructs a DispatchMode of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a DispatchMode object.

Parameters
enum_DispatchMode to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static DispatchMode swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
static DispatchMode toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.