Package | Description |
---|---|
org.eclipse.scada.utils.statuscodes |
Modifier and Type | Method and Description |
---|---|
SeverityLevel |
StatusCode.getSeverity() |
static SeverityLevel |
SeverityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeverityLevel[] |
SeverityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StatusCode(String module,
String subModule,
long code,
SeverityLevel severity) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.