| Package | Description |
|---|---|
| com.draeger.medical.biceps.common.model |
| Modifier and Type | Field and Description |
|---|---|
protected OperationalState |
AbstractOperationState.state |
| Modifier and Type | Method and Description |
|---|---|
static OperationalState |
OperationalState.fromValue(String v) |
OperationalState |
AbstractOperationState.getState()
Operating mode of the operation that defines if the operation is
accessible.
|
static OperationalState |
OperationalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationalState[] |
OperationalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOperationState.setState(OperationalState value)
Sets the value of the state property.
|
Copyright © 2017. All rights reserved.