enum class Flow
Specifies the type of transition between two states.
IN |
Incoming transition |
OUT |
Outgoing transition |
toString |
fun toString(): String
Return a string representation which can be parsed to create an equivalent object. |