org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class IncarnationNumberHelper

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

public final class IncarnationNumberHelper
extends java.lang.Object

Generated from IDL definition of struct "IncarnationNumber"

Author:
JacORB IDL compiler

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

Constructor Detail

IncarnationNumberHelper

public IncarnationNumberHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          IncarnationNumber s)

extract

public static IncarnationNumber extract(Any any)

id

public static java.lang.String id()

read

public static IncarnationNumber read(InputStream in)

write

public static void write(OutputStream out,
                         IncarnationNumber s)