org.omg.Security
Class RightsCombinator

java.lang.Object
  extended by org.omg.Security.RightsCombinator
All Implemented Interfaces:
Serializable, IDLEntity

public final class RightsCombinator
extends Object
implements IDLEntity

Generated from IDL enum "RightsCombinator".

Version:
generated at Jun 18, 2012 10:36:55 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.