Package | Description |
---|---|
org.eclipse.scada.ae.monitor.common |
Modifier and Type | Method and Description |
---|---|
State |
StateInformation.getState() |
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StateInformation.Builder |
StateInformation.Builder.setState(State state) |
Constructor and Description |
---|
StateInformation(State state,
Severity severity,
Long lastChangeTimestamp,
Variant value,
Long lastValueTimestamp,
Long lastFailTimestamp,
Long lastAckRequiredTimestamp,
Long lastAckTimestamp,
String lastAckUser,
Variant lastFailValue) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.