public static class IltAlarm.ImpactSeverity extends IltAlarm.AbstractSeverity
These severity levels define impact alarms. An impact alarm is an alarm with an impact severity.
The listed severity levels include:
CriticalHigh
CriticalLow
MajorHigh
MajorLow
MinorHigh
MinorLow
WarningHigh
WarningLow
Unknown
, corresponds to the indeterminate
alarm severity defined by the ITU-T Recommendation X.733. Cleared
, conveys the termination of an alarm
condition. It is mainly used in predefined alarm objects of the
class IltAlarm
. IltAlarm.Severity
Modifier and Type | Field and Description |
---|---|
static IltAlarm.ImpactSeverity |
Cleared |
static IltAlarm.ImpactSeverity |
CriticalHigh |
static IltAlarm.ImpactSeverity |
CriticalLow |
static IltAlarm.ImpactSeverity |
MajorHigh |
static IltAlarm.ImpactSeverity |
MajorLow |
static IlEnumInfo |
metainfo
Contains metainformation about this
IlEnum class. |
static IltAlarm.ImpactSeverity |
MinorHigh |
static IltAlarm.ImpactSeverity |
MinorLow |
static IltAlarm.ImpactSeverity |
Unknown |
static IltAlarm.ImpactSeverity |
WarningHigh |
static IltAlarm.ImpactSeverity |
WarningLow |
_description, _message, _severity
Constructor and Description |
---|
ImpactSeverity()
Used to initialize the severities that are declared in this class
|
ImpactSeverity(String name,
int severity)
Creates a new severity.
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Returns the category of this severity.
|
compareTo, copy, getDescription, getLabel, getSeverity, hashCode, setDescription, setLabel, setMessage, setName, setSeverity
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getName, intern
public static IltAlarm.ImpactSeverity CriticalHigh
public static IltAlarm.ImpactSeverity CriticalLow
public static IltAlarm.ImpactSeverity MajorHigh
public static IltAlarm.ImpactSeverity MajorLow
public static IltAlarm.ImpactSeverity MinorHigh
public static IltAlarm.ImpactSeverity MinorLow
public static IltAlarm.ImpactSeverity WarningHigh
public static IltAlarm.ImpactSeverity WarningLow
public static IltAlarm.ImpactSeverity Unknown
public static IltAlarm.ImpactSeverity Cleared
public static IlEnumInfo metainfo
IlEnum
class.public ImpactSeverity()
public ImpactSeverity(String name, int severity)
IltObjectState
instances.name
- A name for the severity, used for serialization purposes.public String getCategory()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.