Kanzi  3.9.9
Kanzi Engine Java API
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 (int value)
 Constructs a Direction of an integer value. More...
 
 Direction (Direction enum_)
 Constructs a copy of a Direction 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 Direction swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static Direction toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

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 ( int  value)

Constructs a Direction of an integer value.

Parameters
valueInteger value to convert to enumeration constant.
Direction ( Direction  enum_)

Constructs a copy of a Direction object.

Parameters
enum_Direction to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
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.