TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class DispLevel

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

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

Generated from IDL definition of enum "DispLevel"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _EXPERT
           
static int _OPERATOR
           
static DispLevel EXPERT
           
static DispLevel OPERATOR
           
 
Method Summary
static DispLevel from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_OPERATOR

public static final int _OPERATOR
See Also:
Constant Field Values

OPERATOR

public static final DispLevel OPERATOR

_EXPERT

public static final int _EXPERT
See Also:
Constant Field Values

EXPERT

public static final DispLevel EXPERT
Method Detail

value

public int value()

from_int

public static DispLevel from_int(int value)

TANGO Java API
( TangORB-7.3.3.jar)