TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class LockerLanguage

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

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

Generated from IDL definition of enum "LockerLanguage"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _CPP
           
static int _JAVA
           
static LockerLanguage CPP
           
static LockerLanguage JAVA
           
 
Method Summary
static LockerLanguage from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_CPP

public static final int _CPP
See Also:
Constant Field Values

CPP

public static final LockerLanguage CPP

_JAVA

public static final int _JAVA
See Also:
Constant Field Values

JAVA

public static final LockerLanguage JAVA
Method Detail

value

public int value()

from_int

public static LockerLanguage from_int(int value)

TANGO Java API
( TangORB-7.3.3.jar)