public final class

VehicleBreakdownSubCauseCode

extends BaseSubCauseCode
java.lang.Object
   ↳ com.commsignia.v2x.client.model.BaseSubCauseCode
     ↳ com.commsignia.v2x.client.model.VehicleBreakdownSubCauseCode

Class Overview

Sub cause code values for vehicle breakdown

Summary

Fields
public static final VehicleBreakdownSubCauseCode BRAKING_SYSTEM_PROBLEM Constant for braking system problem
public static final VehicleBreakdownSubCauseCode ENGINE_COOLING_PROBLEM Constant for engine cooling problem
public static final VehicleBreakdownSubCauseCode ENGINE_PROBLEM Constant for engine problem
public static final VehicleBreakdownSubCauseCode LACK_OF_BATTERY_POWER Constant for lack of battery power
public static final VehicleBreakdownSubCauseCode LACK_OF_FUEL Constant for lack of fuel
public static final VehicleBreakdownSubCauseCode STEERING_PROBLEM Constant for steering problem
public static final VehicleBreakdownSubCauseCode TRANSMISSION_PROBLEM Constant for transmission problem
public static final VehicleBreakdownSubCauseCode TYRE_PUNCTURE Constant for tyre puncture
public static final VehicleBreakdownSubCauseCode UNAVAILABLE Constant for unavailable
Protected Constructors
VehicleBreakdownSubCauseCode(String name)
VehicleBreakdownSubCauseCode(int customCauseCode)
Public Methods
static VehicleBreakdownSubCauseCode of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
[Expand]
Inherited Methods
From class com.commsignia.v2x.client.model.BaseSubCauseCode
From class java.lang.Object

Fields

public static final VehicleBreakdownSubCauseCode BRAKING_SYSTEM_PROBLEM

Constant for braking system problem

public static final VehicleBreakdownSubCauseCode ENGINE_COOLING_PROBLEM

Constant for engine cooling problem

public static final VehicleBreakdownSubCauseCode ENGINE_PROBLEM

Constant for engine problem

public static final VehicleBreakdownSubCauseCode LACK_OF_BATTERY_POWER

Constant for lack of battery power

public static final VehicleBreakdownSubCauseCode LACK_OF_FUEL

Constant for lack of fuel

public static final VehicleBreakdownSubCauseCode STEERING_PROBLEM

Constant for steering problem

public static final VehicleBreakdownSubCauseCode TRANSMISSION_PROBLEM

Constant for transmission problem

public static final VehicleBreakdownSubCauseCode TYRE_PUNCTURE

Constant for tyre puncture

public static final VehicleBreakdownSubCauseCode UNAVAILABLE

Constant for unavailable

Protected Constructors

protected VehicleBreakdownSubCauseCode (String name)

protected VehicleBreakdownSubCauseCode (int customCauseCode)

Public Methods

public static VehicleBreakdownSubCauseCode of (int customCauseCode)

Creates a custom cause with the specified custom cause code.

Parameters
customCauseCode custom cause code