public final class

WrongWayDrivingSubCauseCode

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

Class Overview

Sub cause code values for wrong way driving

Summary

Fields
public static final WrongWayDrivingSubCauseCode UNAVAILABLE Constant for unavailable
public static final WrongWayDrivingSubCauseCode WRONG_DIRECTION Constant for wrong direction
public static final WrongWayDrivingSubCauseCode WRONG_LANE Constant for wrong lane
Protected Constructors
WrongWayDrivingSubCauseCode(String name)
WrongWayDrivingSubCauseCode(int customCauseCode)
Public Methods
static WrongWayDrivingSubCauseCode 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 WrongWayDrivingSubCauseCode UNAVAILABLE

Constant for unavailable

public static final WrongWayDrivingSubCauseCode WRONG_DIRECTION

Constant for wrong direction

public static final WrongWayDrivingSubCauseCode WRONG_LANE

Constant for wrong lane

Protected Constructors

protected WrongWayDrivingSubCauseCode (String name)

protected WrongWayDrivingSubCauseCode (int customCauseCode)

Public Methods

public static WrongWayDrivingSubCauseCode of (int customCauseCode)

Creates a custom cause with the specified custom cause code.

Parameters
customCauseCode custom cause code