TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class DevSource

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

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

Generated from IDL definition of enum "DevSource"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _CACHE
           
static int _CACHE_DEV
           
static int _DEV
           
static DevSource CACHE
           
static DevSource CACHE_DEV
           
static DevSource DEV
           
 
Method Summary
static DevSource from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_DEV

public static final int _DEV
See Also:
Constant Field Values

DEV

public static final DevSource DEV

_CACHE

public static final int _CACHE
See Also:
Constant Field Values

CACHE

public static final DevSource CACHE

_CACHE_DEV

public static final int _CACHE_DEV
See Also:
Constant Field Values

CACHE_DEV

public static final DevSource CACHE_DEV
Method Detail

value

public int value()

from_int

public static DevSource from_int(int value)

TANGO Java API
( TangORB-7.3.3.jar)