class FlowSegmentStyle
Represents the type of flow segment data displayed on the tile.
static fun fromInt(value: Int): FlowSegmentStyle
Static method that takes the int value which will be searched for in enum. If the value is valid and exists, then the proper |
|
fun getValue(): Int
Getter for the current flow segment style. Used in the |