org.omg.Security

Class DelegationDirective

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

Field Summary

static DelegationDirective
Delegate
static DelegationDirective
NoDelegate
static int
_Delegate
static int
_NoDelegate

Constructor Summary

DelegationDirective(int i)

Method Summary

static DelegationDirective
from_int(int value)
int
value()

Field Details

Delegate

public static final DelegationDirective Delegate


NoDelegate

public static final DelegationDirective NoDelegate


_Delegate

public static final int _Delegate

Field Value:
0


_NoDelegate

public static final int _NoDelegate

Field Value:
1

Constructor Details

DelegationDirective

protected DelegationDirective(int i)

Method Details

from_int

public static DelegationDirective from_int(int value)


value

public int value()