org.omg.CosTrading.LookupPackage
Class SpecifiedPropsHelper

java.lang.Object
  |
  +--org.omg.CosTrading.LookupPackage.SpecifiedPropsHelper

public class SpecifiedPropsHelper
extends java.lang.Object

Helper class for : SpecifiedProps

Author:
OpenORB Compiler

Constructor Summary
SpecifiedPropsHelper()
           
 
Method Summary
static SpecifiedProps extract(org.omg.CORBA.Any a)
          Extract SpecifiedProps from an any
static java.lang.String id()
          Return the SpecifiedProps IDL ID
static void insert(org.omg.CORBA.Any a, SpecifiedProps t)
          Insert SpecifiedProps into an any
static SpecifiedProps read(org.omg.CORBA.portable.InputStream istream)
          Read SpecifiedProps from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the SpecifiedProps TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, SpecifiedProps value)
          Write SpecifiedProps into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecifiedPropsHelper

public SpecifiedPropsHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          SpecifiedProps t)
Insert SpecifiedProps into an any
Parameters:
a - an any
t - SpecifiedProps value

extract

public static SpecifiedProps extract(org.omg.CORBA.Any a)
Extract SpecifiedProps from an any
Parameters:
a - an any
Returns:
the extracted SpecifiedProps value

type

public static org.omg.CORBA.TypeCode type()
Return the SpecifiedProps TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the SpecifiedProps IDL ID
Returns:
an ID

read

public static SpecifiedProps read(org.omg.CORBA.portable.InputStream istream)
Read SpecifiedProps from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed SpecifiedProps value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         SpecifiedProps value)
Write SpecifiedProps into a marshalled stream
Parameters:
ostream - the output stream
value - SpecifiedProps value