| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected AlertActivation |
CurrentLimitAlertCondition.autoLimitState |
protected AlertActivation |
AbstractAlertState.state |
| Modifier and Type | Method and Description |
|---|---|
static AlertActivation |
AlertActivation.fromValue(String v) |
AlertActivation |
CurrentLimitAlertCondition.getAutoLimitState()
Indicates if the limits for the limit ALERT CONDITION are adjusted automatically.
|
AlertActivation |
AbstractAlertState.getState()
See pm:AlertActivation.
|
static AlertActivation |
AlertActivation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertActivation[] |
AlertActivation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentLimitAlertCondition.setAutoLimitState(AlertActivation value)
Sets the value of the autoLimitState property.
|
void |
AbstractAlertState.setState(AlertActivation value)
Sets the value of the state property.
|
Copyright © 2018. All rights reserved.