org.omg.Security
Class SelectorValue

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

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

Generated from IDL definition of struct "SelectorValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int selector
           
 Any value
           
 
Constructor Summary
SelectorValue()
           
SelectorValue(int selector, Any value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selector

public int selector

value

public Any value
Constructor Detail

SelectorValue

public SelectorValue()

SelectorValue

public SelectorValue(int selector,
                     Any value)