org.omg.Security
Class RightsCombinator

java.lang.Object
  extended byorg.omg.Security.RightsCombinator
All 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
See Also:
Serialized Form

Field Summary
static int _SecAllRights
           
static int _SecAnyRight
           
static RightsCombinator SecAllRights
           
static RightsCombinator SecAnyRight
           
 
Constructor Summary
protected RightsCombinator(int i)
           
 
Method Summary
static RightsCombinator 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

_SecAllRights

public static final int _SecAllRights
See Also:
Constant Field Values

SecAllRights

public static final RightsCombinator SecAllRights

_SecAnyRight

public static final int _SecAnyRight
See Also:
Constant Field Values

SecAnyRight

public static final RightsCombinator SecAnyRight
Constructor Detail

RightsCombinator

protected RightsCombinator(int i)
Method Detail

value

public int value()

from_int

public static RightsCombinator from_int(int value)