ilog.tgo.model
Class IltAlarm.Severity

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.tgo.model.IltAlarm.AbstractSeverity
          extended by 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

Field Summary
static IltAlarm.Severity Cleared
           
static IltAlarm.Severity Critical
           
static IltAlarm.Severity Major
           
static IlEnumInfo metainfo
          Contains metainformation about this IlEnum class.
static IltAlarm.Severity Minor
           
static IltAlarm.Severity Unknown
           
static IltAlarm.Severity Warning
           
 
Fields inherited from class ilog.tgo.model.IltAlarm.AbstractSeverity
_description, _message, _severity
 
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.
 
Method Summary
 String getCategory()
          Returns the category of this severity.
 
Methods inherited from class ilog.tgo.model.IltAlarm.AbstractSeverity
compareTo, copy, getDescription, getLabel, getSeverity, hashCode, setDescription, setLabel, setMessage, setName, setSeverity
 
Methods inherited from class ilog.util.IlEnum
getName, intern, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ilog.tgo.model.IltAlarmSeverity
equals, getName, intern
 

Field Detail

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!
Constructor Detail

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.
Method Detail

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.