ilog.tgo.model
Class IltAlarm.ImpactSeverity

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

Since:
JTGO 4.0
See Also:
IltAlarm.Severity

Field Summary
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
           
 
Fields inherited from class ilog.tgo.model.IltAlarm.AbstractSeverity
_description, _message, _severity
 
Constructor Summary
IltAlarm.ImpactSeverity()
          Used to initialize the severities that are declared in this class
IltAlarm.ImpactSeverity(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

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

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

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.