| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected AlertConditionPriority |
CurrentAlertCondition.degradationPrio |
protected AlertConditionPriority |
AlertConditionDescriptor.priority |
| Modifier and Type | Method and Description |
|---|---|
static AlertConditionPriority |
AlertConditionPriority.fromValue(String v) |
AlertConditionPriority |
CurrentAlertCondition.getDegradationPrio()
The current priority of the ALERT CONDITION that has been modified by an escalation or de-escalation process.
|
AlertConditionPriority |
AlertConditionDescriptor.getPriority()
Gets the value of the priority property.
|
static AlertConditionPriority |
AlertConditionPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertConditionPriority[] |
AlertConditionPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentAlertCondition.setDegradationPrio(AlertConditionPriority value)
Sets the value of the degradationPrio property.
|
void |
AlertConditionDescriptor.setPriority(AlertConditionPriority value)
Sets the value of the priority property.
|
Copyright © 2017. All rights reserved.