org.omg.CORBA
Class ServiceDetailTypeHelper

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

public class ServiceDetailTypeHelper
extends java.lang.Object

Helper class for : ServiceDetailType

Author:
OpenORB Compiler

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

Constructor Detail

ServiceDetailTypeHelper

public ServiceDetailTypeHelper()
Method Detail

insert

public static void insert(Any a,
                          int t)
Insert ServiceDetailType into an any

Parameters:
a - an any
t - ServiceDetailType value

extract

public static int extract(Any a)
Extract ServiceDetailType from an any

Parameters:
a - an any
Returns:
the extracted ServiceDetailType value

type

public static TypeCode type()
Return the ServiceDetailType TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the ServiceDetailType IDL ID

Returns:
an ID

read

public static int read(InputStream istream)
Read ServiceDetailType from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed ServiceDetailType value

write

public static void write(OutputStream ostream,
                         int value)
Write ServiceDetailType into a marshalled stream

Parameters:
ostream - the output stream
value - ServiceDetailType value