org.omg.CORBA
Class INV_FLAGHelper

java.lang.Object
  extended byorg.omg.CORBA.INV_FLAGHelper

public final class INV_FLAGHelper
extends java.lang.Object

Generated from IDL definition of exception "INV_FLAG"

Author:
JacORB IDL compiler

Constructor Summary
INV_FLAGHelper()
           
 
Method Summary
static INV_FLAG extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, INV_FLAG s)
           
static INV_FLAG read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, INV_FLAG s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INV_FLAGHelper

public INV_FLAGHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          INV_FLAG s)

extract

public static INV_FLAG extract(Any any)

id

public static java.lang.String id()

read

public static INV_FLAG read(InputStream in)

write

public static void write(OutputStream out,
                         INV_FLAG s)