| Package | Description |
|---|---|
| org.eclipse.scada.ae.monitor.common |
| Modifier and Type | Method and Description |
|---|---|
State |
StateInformation.getState() |
static State |
State.valueOf(java.lang.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,
java.lang.Long lastChangeTimestamp,
Variant value,
java.lang.Long lastValueTimestamp,
java.lang.Long lastFailTimestamp,
java.lang.Long lastAckRequiredTimestamp,
java.lang.Long lastAckTimestamp,
java.lang.String lastAckUser,
Variant lastFailValue) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0