edu.iris.Fissures.IfDataSetMgr
Class NotADataSetNodeHelper

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

public final class NotADataSetNodeHelper
extends java.lang.Object


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

Constructor Detail

NotADataSetNodeHelper

public NotADataSetNodeHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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