edu.iris.Fissures.IfDataSetMgr
Class NotADataSetHelper

java.lang.Object
  extended by edu.iris.Fissures.IfDataSetMgr.NotADataSetHelper

public final class NotADataSetHelper
extends java.lang.Object


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

Constructor Detail

NotADataSetHelper

public NotADataSetHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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