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