org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ValueTypeRedefinitionHelper

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ValueTypeRedefinitionHelper

public final class ValueTypeRedefinitionHelper
extends java.lang.Object

Generated from IDL definition of exception "ValueTypeRedefinition"

Author:
JacORB IDL compiler

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

Constructor Detail

ValueTypeRedefinitionHelper

public ValueTypeRedefinitionHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          ValueTypeRedefinition s)

extract

public static ValueTypeRedefinition extract(Any any)

id

public static java.lang.String id()

read

public static ValueTypeRedefinition read(InputStream in)

write

public static void write(OutputStream out,
                         ValueTypeRedefinition s)