java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.RescueAndRecoveryWorkInProgressSubCauseCode |
Sub cause code values for rescue and recovery work in progress
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final RescueAndRecoveryWorkInProgressSubCauseCode | CHILD_ABDUCTION_IN_PROGRESS | Constant for child abduction in progress | |||||||||
public static final RescueAndRecoveryWorkInProgressSubCauseCode | EMERGENCY_VEHICLES | Constant for emergency vehicles | |||||||||
public static final RescueAndRecoveryWorkInProgressSubCauseCode | MEDICAL_EMERGENCY_ONGOING | Constant for medical emergency ongoing | |||||||||
public static final RescueAndRecoveryWorkInProgressSubCauseCode | POLICE_ACTIVITY_ONGOING | Constant for police activity ongoing | |||||||||
public static final RescueAndRecoveryWorkInProgressSubCauseCode | RESCUE_HELICOPTER_LANDING | Constant for rescue helicopter landing | |||||||||
public static final RescueAndRecoveryWorkInProgressSubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RescueAndRecoveryWorkInProgressSubCauseCode(String name) | |||||||||||
RescueAndRecoveryWorkInProgressSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static RescueAndRecoveryWorkInProgressSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for child abduction in progress
Constant for emergency vehicles
Constant for medical emergency ongoing
Constant for police activity ongoing
Constant for rescue helicopter landing
Constant for unavailable
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|