ilog.tgo.model
Class IltAlarm.Severity
java.lang.Object
ilog.util.IlEnum
ilog.tgo.model.IltAlarm.AbstractSeverity
ilog.tgo.model.IltAlarm.Severity
- All Implemented Interfaces:
- ilog.cpl.util.internal.IlpLabel, ilog.cpl.util.internal.IlpMutableLabel, IltAlarmSeverity, Comparable
- Enclosing class:
- IltAlarm
public static class IltAlarm.Severity
- extends IltAlarm.AbstractSeverity
This enumeration lists the possible severity levels for raw alarms.
- See Also:
IltAlarm.ImpactSeverity
|
Constructor Summary |
IltAlarm.Severity()
Default constructor
Used internally to initialize the static severities defined
in this class. |
IltAlarm.Severity(String name,
int severity)
Creates a new severity. |
| Methods inherited from class ilog.tgo.model.IltAlarm.AbstractSeverity |
compareTo, copy, getDescription, getLabel, getSeverity, hashCode, setDescription, setLabel, setMessage, setName, setSeverity |
Critical
public static IltAlarm.Severity Critical
Major
public static IltAlarm.Severity Major
Minor
public static IltAlarm.Severity Minor
Warning
public static IltAlarm.Severity Warning
Unknown
public static IltAlarm.Severity Unknown
- Since:
- JTGO 4.0
Cleared
public static IltAlarm.Severity Cleared
- Since:
- JTGO 4.0
metainfo
public static IlEnumInfo metainfo
- Contains metainformation about this
IlEnum class.
- Internal method or field: do not use!
IltAlarm.Severity
public IltAlarm.Severity()
- Default constructor
Used internally to initialize the static severities defined
in this class.
- Internal method or field: do not use!
IltAlarm.Severity
public IltAlarm.Severity(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.Raw
- Since:
- JTGO 4.5
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.