org.omg.SecurityLevel2
Class DelegationMode
java.lang.Object
org.omg.SecurityLevel2.DelegationMode
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class DelegationMode
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of enum "DelegationMode"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_Delegate
public static final int _Delegate
- See Also:
- Constant Field Values
Delegate
public static final DelegationMode Delegate
_NoDelegate
public static final int _NoDelegate
- See Also:
- Constant Field Values
NoDelegate
public static final DelegationMode NoDelegate
DelegationMode
protected DelegationMode(int i)
value
public int value()
from_int
public static DelegationMode from_int(int value)