org.omg.CosTrading.LookupPackage
Class SpecifiedPropsHelper

java.lang.Object
  extended byorg.omg.CosTrading.LookupPackage.SpecifiedPropsHelper

public final class SpecifiedPropsHelper
extends java.lang.Object

Generated from IDL definition of union "SpecifiedProps"

Author:
JacORB IDL compiler

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

Constructor Detail

SpecifiedPropsHelper

public SpecifiedPropsHelper()
Method Detail

insert

public static void insert(Any any,
                          SpecifiedProps s)

extract

public static SpecifiedProps extract(Any any)

id

public static java.lang.String id()

read

public static SpecifiedProps read(InputStream in)

write

public static void write(OutputStream out,
                         SpecifiedProps s)

type

public static TypeCode type()