org.omg.CosConcurrencyControl
Class lock_mode
java.lang.Object
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
Constructor Summary |
protected |
lock_mode(int i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
lock_mode
protected lock_mode(int i)
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