| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected PausableActivation |
CurrentLimitAlertCondition.autoLimitState |
protected PausableActivation |
CurrentAlertSystem.state |
protected PausableActivation |
CurrentAlertSignal.state |
protected PausableActivation |
CurrentAlertCondition.state |
| Modifier and Type | Method and Description |
|---|---|
static PausableActivation |
PausableActivation.fromValue(String v) |
PausableActivation |
CurrentLimitAlertCondition.getAutoLimitState()
Indicates if the limits for this limit alert condition are adjusted automatically.
|
PausableActivation |
CurrentAlertSystem.getState()
Gets the value of the state property.
|
PausableActivation |
CurrentAlertSignal.getState()
Indicates if the alert system will generate a signal if the condition is present.
|
PausableActivation |
CurrentAlertCondition.getState()
Activation of an alert state.
|
static PausableActivation |
PausableActivation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PausableActivation[] |
PausableActivation.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(PausableActivation value)
Sets the value of the autoLimitState property.
|
void |
CurrentAlertSystem.setState(PausableActivation value)
Sets the value of the state property.
|
void |
CurrentAlertSignal.setState(PausableActivation value)
Sets the value of the state property.
|
void |
CurrentAlertCondition.setState(PausableActivation value)
Sets the value of the state property.
|
Copyright © 2016. All rights reserved.