Kanzi 3.9.10
PageTransitionCollectionEnums.Transition.Direction Enum Reference

Enumeration that describes the direction of the transition. More...

Inheritance diagram for PageTransitionCollectionEnums.Transition.Direction:
[legend]

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

 Bidirectional =(0)
 Transition is two-way.
 
 Unidirectional =(1)
 Transition is one-way from source to target.
 

Detailed Description

Enumeration that describes the direction of the transition.

Constructor & Destructor Documentation

◆ Direction() [1/2]

Direction ( int value)

Constructs a Direction of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

◆ Direction() [2/2]

Direction ( Direction enum_)

Constructs a copy of a Direction object.

Parameters
enum_Direction to be copy constructed.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ swigToEnum()

static Direction 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.

◆ swigValue()

final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.

◆ toEnum()

static Direction 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.