edu.iris.Fissures.IfPickMgr
Class PickDCHelper

java.lang.Object
  extended by edu.iris.Fissures.IfPickMgr.PickDCHelper

public final class PickDCHelper
extends java.lang.Object


Constructor Summary
PickDCHelper()
           
 
Method Summary
static PickDC extract(org.omg.CORBA.Any any)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any any, PickDC val)
           
static PickDC narrow(org.omg.CORBA.Object val)
           
static PickDC read(org.omg.CORBA.portable.InputStream in)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, PickDC val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickDCHelper

public PickDCHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          PickDC val)

extract

public static PickDC extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static PickDC read(org.omg.CORBA.portable.InputStream in)

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         PickDC val)

narrow

public static PickDC narrow(org.omg.CORBA.Object val)