org.omg.Security

Class RightsCombinator

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of enum "RightsCombinator"

Author:
JacORB IDL compiler

Field Summary

static RightsCombinator
SecAllRights
static RightsCombinator
SecAnyRight
static int
_SecAllRights
static int
_SecAnyRight

Constructor Summary

RightsCombinator(int i)

Method Summary

static RightsCombinator
from_int(int value)
int
value()

Field Details

SecAllRights

public static final RightsCombinator SecAllRights


SecAnyRight

public static final RightsCombinator SecAnyRight


_SecAllRights

public static final int _SecAllRights

Field Value:
0


_SecAnyRight

public static final int _SecAnyRight

Field Value:
1

Constructor Details

RightsCombinator

protected RightsCombinator(int i)

Method Details

from_int

public static RightsCombinator from_int(int value)


value

public int value()