ilog.tgo.model
Class IltAlarm.ImpactSeverity
java.lang.Object
ilog.util.IlEnum
ilog.tgo.model.IltAlarm.AbstractSeverity
ilog.tgo.model.IltAlarm.ImpactSeverity
- All Implemented Interfaces:
- ilog.cpl.util.internal.IlpLabel, ilog.cpl.util.internal.IlpMutableLabel, IltAlarmSeverity, Comparable
- Enclosing class:
- IltAlarm
public static class IltAlarm.ImpactSeverity
- extends IltAlarm.AbstractSeverity
This enumeration lists the possible severity levels for impact alarms.
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.
- Since:
- JTGO 4.0
- See Also:
IltAlarm.Severity
| Methods inherited from class ilog.tgo.model.IltAlarm.AbstractSeverity |
compareTo, copy, getDescription, getLabel, getSeverity, hashCode, setDescription, setLabel, setMessage, setName, setSeverity |
CriticalHigh
public static IltAlarm.ImpactSeverity CriticalHigh
CriticalLow
public static IltAlarm.ImpactSeverity CriticalLow
MajorHigh
public static IltAlarm.ImpactSeverity MajorHigh
MajorLow
public static IltAlarm.ImpactSeverity MajorLow
MinorHigh
public static IltAlarm.ImpactSeverity MinorHigh
MinorLow
public static IltAlarm.ImpactSeverity MinorLow
WarningHigh
public static IltAlarm.ImpactSeverity WarningHigh
WarningLow
public static IltAlarm.ImpactSeverity WarningLow
Unknown
public static IltAlarm.ImpactSeverity Unknown
Cleared
public static IltAlarm.ImpactSeverity Cleared
metainfo
public static IlEnumInfo metainfo
- Contains metainformation about this
IlEnum class.
- Internal method or field: do not use!
IltAlarm.ImpactSeverity
public IltAlarm.ImpactSeverity()
- Used to initialize the severities that are declared in this class
- Internal method or field: do not use!
IltAlarm.ImpactSeverity
public IltAlarm.ImpactSeverity(String name,
int severity)
- Creates a new severity. It must be done before the creation of
IltObjectState instances.
- Parameters:
name - A name for the severity, used for serialization purposes.
getCategory
public String getCategory()
- Returns the category of this severity.
- Returns:
- Alarm.Impact
- Since:
- JTGO 4.5
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.