org.omg.Security
Class RightsCombinator

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

public class RightsCombinator
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/Security/RightsCombinator.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /usr/src/RPM/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/Security.idl Saturday, August 22, 2009 1:39:25 PM UTC

See Also:
Serialized Form

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

value

public int value()

from_int

public static RightsCombinator from_int(int value)


Copyright © 2009. All Rights Reserved.