| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected LimitAlertObservationState |
CurrentLimitAlertCondition.limitObservationState |
| Modifier and Type | Method and Description |
|---|---|
static LimitAlertObservationState |
LimitAlertObservationState.fromValue(java.lang.String v) |
LimitAlertObservationState |
CurrentLimitAlertCondition.getLimitObservationState()
Ruft den Wert der limitObservationState-Eigenschaft ab.
|
static LimitAlertObservationState |
LimitAlertObservationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LimitAlertObservationState[] |
LimitAlertObservationState.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.setLimitObservationState(LimitAlertObservationState value)
Legt den Wert der limitObservationState-Eigenschaft fest.
|