TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class ErrSeverity

java.lang.Object
  extended by fr.esrf.Tango.ErrSeverity
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ErrSeverity
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of enum "ErrSeverity"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _ERR
           
static int _PANIC
           
static int _WARN
           
static ErrSeverity ERR
           
static ErrSeverity PANIC
           
static ErrSeverity WARN
           
 
Method Summary
static ErrSeverity from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_WARN

public static final int _WARN
See Also:
Constant Field Values

WARN

public static final ErrSeverity WARN

_ERR

public static final int _ERR
See Also:
Constant Field Values

ERR

public static final ErrSeverity ERR

_PANIC

public static final int _PANIC
See Also:
Constant Field Values

PANIC

public static final ErrSeverity PANIC
Method Detail

value

public int value()

from_int

public static ErrSeverity from_int(int value)

TANGO Java API
( TangORB-7.3.3.jar)