public static final class CapabilityWarning.WarningType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BURGLAR
COCO Standard implemented integer for Burglary warning type.
|
static int |
EMERGENCY
COCO Standard implemented integer for Emergency warning type.
|
static int |
EMERGENCY_PANIC
COCO Standard implemented integer for Emergency panic warning type.
|
static int |
FIRE
COCO Standard implemented integer for Fire warning type.
|
static int |
FIRE_PANIC
COCO Standard implemented integer for Fire panic warning type.
|
static int |
POLICE_PANIC
COCO Standard implemented integer for Police panic warning type.
|
| Modifier and Type | Method and Description |
|---|---|
static CapabilityWarning.WarningType |
burglar()
A function that provides the Burglar Warning type object.
|
static CapabilityWarning.WarningType |
emergency()
A function that provides the Emergency Warning type object.
|
static CapabilityWarning.WarningType |
emergencyPanic()
A function that provides the Emergency panic Warning type object.
|
boolean |
equals(java.lang.Object o) |
static CapabilityWarning.WarningType |
fire()
A function that provides the Fire Warning type object.
|
static CapabilityWarning.WarningType |
firePanic()
A function that provides the Fire panic Warning type object.
|
int |
hashCode() |
static CapabilityWarning.WarningType |
policePanic()
A function that provides the Police panic Warning type object.
|
int |
rawValue()
A function that assists in fetching the standard integer corresponding to Warning type.
|
public static final int BURGLAR
public static final int FIRE
public static final int EMERGENCY
public static final int POLICE_PANIC
public static final int FIRE_PANIC
public static final int EMERGENCY_PANIC
public int rawValue()
public static CapabilityWarning.WarningType burglar()
BURGLAR warning.public static CapabilityWarning.WarningType fire()
FIRE warning.public static CapabilityWarning.WarningType emergency()
EMERGENCY warning.public static CapabilityWarning.WarningType policePanic()
POLICE_PANIC warning.public static CapabilityWarning.WarningType firePanic()
FIRE_PANIC warning.public static CapabilityWarning.WarningType emergencyPanic()
EMERGENCY_PANIC warning.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object