Enumeration that describes the direction of the transition. More...
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. | |
Enumeration that describes the direction of the transition.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |