Class Overview
Sub cause code values for slow vehicle
Summary
Public Methods |
static
SlowVehicleSubCauseCode
|
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
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
Constant for abnormal load
Constant for abnormal wide load
Constant for maintenance vehicle
Constant for salting vehicles
public
static
final
SlowVehicleSubCauseCode
VEHICLES_SLOWING_TO_LOOK_AT_ACCIDENT
Constant for vehicles slowing to look at accident
Protected Constructors
protected
SlowVehicleSubCauseCode
(String name)
protected
SlowVehicleSubCauseCode
(int customCauseCode)
Public Methods
Creates a custom cause with the specified custom cause code.
Parameters
customCauseCode |
custom cause code
|