| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected AlertActivation |
AbstractAlertState.activationState |
protected AlertActivation |
LimitAlertConditionState.autoLimitActivationState |
protected AlertActivation |
SystemSignalActivation.state |
| Modifier and Type | Method and Description |
|---|---|
static AlertActivation |
AlertActivation.fromValue(String v) |
AlertActivation |
AbstractAlertState.getActivationState()
Gets the value of the activationState property.
|
AlertActivation |
LimitAlertConditionState.getAutoLimitActivationState()
Gets the value of the autoLimitActivationState property.
|
AlertActivation |
SystemSignalActivation.getState()
Gets the value of the state property.
|
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 |
AbstractAlertState.setActivationState(AlertActivation value)
Sets the value of the activationState property.
|
void |
LimitAlertConditionState.setAutoLimitActivationState(AlertActivation value)
Sets the value of the autoLimitActivationState property.
|
void |
SystemSignalActivation.setState(AlertActivation value)
Sets the value of the state property.
|
Copyright © 2018. All rights reserved.