| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected PausableActivation |
CurrentLimitAlertCondition.autoLimitState |
protected PausableActivation |
CurrentAlertCondition.state |
protected PausableActivation |
CurrentAlertSignal.state |
protected PausableActivation |
CurrentAlertSystem.state |
| Modifier and Type | Method and Description |
|---|---|
static PausableActivation |
PausableActivation.fromValue(java.lang.String v) |
PausableActivation |
CurrentLimitAlertCondition.getAutoLimitState()
Ruft den Wert der autoLimitState-Eigenschaft ab.
|
PausableActivation |
CurrentAlertCondition.getState()
Ruft den Wert der state-Eigenschaft ab.
|
PausableActivation |
CurrentAlertSignal.getState()
Ruft den Wert der state-Eigenschaft ab.
|
PausableActivation |
CurrentAlertSystem.getState()
Ruft den Wert der state-Eigenschaft ab.
|
static PausableActivation |
PausableActivation.valueOf(java.lang.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)
Legt den Wert der autoLimitState-Eigenschaft fest.
|
void |
CurrentAlertCondition.setState(PausableActivation value)
Legt den Wert der state-Eigenschaft fest.
|
void |
CurrentAlertSignal.setState(PausableActivation value)
Legt den Wert der state-Eigenschaft fest.
|
void |
CurrentAlertSystem.setState(PausableActivation value)
Legt den Wert der state-Eigenschaft fest.
|