Kanzi  3.9.8
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 mValue)
 
 Direction (Direction enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static Direction swigToEnum (int swigValue)
 
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.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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.