org.omg.CORBA
Class ParameterDescriptionHelper

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

public final class ParameterDescriptionHelper
extends java.lang.Object

Generated from IDL definition of struct "ParameterDescription"

Author:
JacORB IDL compiler

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

Constructor Detail

ParameterDescriptionHelper

public ParameterDescriptionHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          ParameterDescription s)

extract

public static ParameterDescription extract(Any any)

id

public static java.lang.String id()

read

public static ParameterDescription read(InputStream in)

write

public static void write(OutputStream out,
                         ParameterDescription s)