org.omg.Security
Class Right

java.lang.Object
  extended byorg.omg.Security.Right
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "Right"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String right
           
 ExtensibleFamily rights_family
           
 
Constructor Summary
Right()
           
Right(ExtensibleFamily rights_family, java.lang.String right)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rights_family

public ExtensibleFamily rights_family

right

public java.lang.String right
Constructor Detail

Right

public Right()

Right

public Right(ExtensibleFamily rights_family,
             java.lang.String right)