org.omg.SecurityLevel2
Class DelegationMode

java.lang.Object
  extended byorg.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

Field Summary
static int _Delegate
           
static int _NoDelegate
           
static DelegationMode Delegate
           
static DelegationMode NoDelegate
           
 
Constructor Summary
protected DelegationMode(int i)
           
 
Method Summary
static DelegationMode from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

DelegationMode

protected DelegationMode(int i)
Method Detail

value

public int value()

from_int

public static DelegationMode from_int(int value)