TransportationMethod

This attribute represents the specific transportation method by which the passenger is traveling. It captures the mode of transportation used during the Rail product journey, Possible values are: - BUS - The Rail product includes bus transportation for certain segments of the itinerary. - FERRY - The Rail product involves ferry transportation as part of the journey. - PUBLIC_TRANSPORT - The Rail product represents the use of public transportation modes for the journey. - TRAM - The Rail product includes tram transportation as part of the journey. - RAIL - The Rail product specifically utilizes train transportation for the journey. - TRANSFER - The Rail product involves transfers between different modes of transportation. - OTHER - The Rail product utilizes transportation methods not covered by the aforementioned categories. Values: BUS,FERRY,PUBLIC_TRANSPORT,RAIL,TRAM,TRANSFER,OTHERS

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String value

Functions

Link copied to clipboard

This attribute represents the specific transportation method by which the passenger is traveling. It captures the mode of transportation used during the Rail product journey, Possible values are: - BUS - The Rail product includes bus transportation for certain segments of the itinerary. - FERRY - The Rail product involves ferry transportation as part of the journey. - PUBLIC_TRANSPORT - The Rail product represents the use of public transportation modes for the journey. - TRAM - The Rail product includes tram transportation as part of the journey. - RAIL - The Rail product specifically utilizes train transportation for the journey. - TRANSFER - The Rail product involves transfers between different modes of transportation. - OTHER - The Rail product utilizes transportation methods not covered by the aforementioned categories. Values: BUS,FERRY,PUBLIC_TRANSPORT,RAIL,TRAM,TRANSFER,OTHERS

Link copied to clipboard
public final String getValue()
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.