| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected SignalPresence |
CurrentAlertSignal.presence |
| Modifier and Type | Method and Description |
|---|---|
static SignalPresence |
SignalPresence.fromValue(java.lang.String v) |
SignalPresence |
CurrentAlertSignal.getPresence()
Ruft den Wert der presence-Eigenschaft ab.
|
static SignalPresence |
SignalPresence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignalPresence[] |
SignalPresence.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.setPresence(SignalPresence value)
Legt den Wert der presence-Eigenschaft fest.
|