edu.stanford.slac.aida.dp.dpModel
Class DpModelIHelper

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpModel.DpModelIHelper

public final class DpModelIHelper
extends java.lang.Object


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

Constructor Detail

DpModelIHelper

public DpModelIHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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

narrow

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

unchecked_narrow

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