/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.tripresult/TripSegmentItemViewModel/SegmentViewType

SegmentViewType

\ enum SegmentViewType : Enum<TripSegmentItemViewModel.SegmentViewType>

Entries

TERMINAL TERMINAL
STATIONARY STATIONARY
STATIONARY_BRIDGE STATIONARY_BRIDGE
MOVING MOVING

Properties

Name Summary
entries val entries: EnumEntries<TripSegmentItemViewModel.SegmentViewType>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
name val name: String
ordinal val ordinal: Int

Functions

Name Summary
valueOf fun valueOf(value: String): TripSegmentItemViewModel.SegmentViewType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values fun values(): Array<TripSegmentItemViewModel.SegmentViewType>
Returns an array containing the constants of this enum type, in the order they're declared.