edu.stanford.slac.aida.dp.dpChads
Class DpChadsIHelper

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpChads.DpChadsIHelper

public final class DpChadsIHelper
extends java.lang.Object


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

Constructor Detail

DpChadsIHelper

public DpChadsIHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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

narrow

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

unchecked_narrow

public static DpChadsI unchecked_narrow(org.omg.CORBA.Object val)