| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected AlertSignalLocation |
CurrentAlertSignal.location |
| Modifier and Type | Method and Description |
|---|---|
static AlertSignalLocation |
AlertSignalLocation.fromValue(java.lang.String v) |
AlertSignalLocation |
CurrentAlertSignal.getLocation()
Ruft den Wert der location-Eigenschaft ab.
|
static AlertSignalLocation |
AlertSignalLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertSignalLocation[] |
AlertSignalLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentAlertSignal.setLocation(AlertSignalLocation value)
Legt den Wert der location-Eigenschaft fest.
|