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