org.omg.Security
Class DelegationDirective

java.lang.Object
  extended byorg.omg.Security.DelegationDirective
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "DelegationDirective"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _Delegate
           
static int _NoDelegate
           
static DelegationDirective Delegate
           
static DelegationDirective NoDelegate
           
 
Constructor Summary
protected DelegationDirective(int i)
           
 
Method Summary
static DelegationDirective 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

_Delegate

public static final int _Delegate
See Also:
Constant Field Values

Delegate

public static final DelegationDirective Delegate

_NoDelegate

public static final int _NoDelegate
See Also:
Constant Field Values

NoDelegate

public static final DelegationDirective NoDelegate
Constructor Detail

DelegationDirective

protected DelegationDirective(int i)
Method Detail

value

public int value()

from_int

public static DelegationDirective from_int(int value)

toString

public java.lang.String toString()