org.omg.CosConcurrencyControl
Class lock_mode

java.lang.Object
  extended by org.omg.CosConcurrencyControl.lock_mode
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class lock_mode
extends java.lang.Object
implements IDLEntity

Generated from IDL enum "lock_mode".

Version:
generated at Sep 14, 2010 11:02:14 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _intention_read
           
static int _intention_write
           
static int _read
           
static int _upgrade
           
static int _write
           
static lock_mode intention_read
           
static lock_mode intention_write
           
static lock_mode read
           
static lock_mode upgrade
           
static lock_mode write
           
 
Constructor Summary
protected lock_mode(int i)
           
 
Method Summary
static lock_mode from_int(int value)
           
 java.lang.String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_read

public static final int _read
See Also:
Constant Field Values

read

public static final lock_mode read

_write

public static final int _write
See Also:
Constant Field Values

write

public static final lock_mode write

_upgrade

public static final int _upgrade
See Also:
Constant Field Values

upgrade

public static final lock_mode upgrade

_intention_read

public static final int _intention_read
See Also:
Constant Field Values

intention_read

public static final lock_mode intention_read

_intention_write

public static final int _intention_write
See Also:
Constant Field Values

intention_write

public static final lock_mode intention_write
Constructor Detail

lock_mode

protected lock_mode(int i)
Method Detail

value

public int value()

from_int

public static lock_mode from_int(int value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object