v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.DangerousEndOfQueueSubCauseCode | |
Sub cause code values for dangerous end of queue
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final DangerousEndOfQueueSubCauseCode | QUEUE_AROUND_BEND | Constant for queue around bend | |||||||||
| public static final DangerousEndOfQueueSubCauseCode | QUEUE_IN_TUNNEL | Constant for queue in tunnel | |||||||||
| public static final DangerousEndOfQueueSubCauseCode | QUEUE_OVER_HILL | Constant for queue over hill | |||||||||
| public static final DangerousEndOfQueueSubCauseCode | SUDDEN_END_OF_QUEUE | Constant for sudden end of queue | |||||||||
| public static final DangerousEndOfQueueSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DangerousEndOfQueueSubCauseCode(String name) | |||||||||||
| DangerousEndOfQueueSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DangerousEndOfQueueSubCauseCode |
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
| |||||||||||
Constant for queue around bend
Constant for sudden end of queue
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|