org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class ServiceTypeExistsHelper

java.lang.Object
  extended by org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.ServiceTypeExistsHelper

public class ServiceTypeExistsHelper
extends java.lang.Object

Helper class for : ServiceTypeExists

Author:
OpenORB Compiler

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

Constructor Detail

ServiceTypeExistsHelper

public ServiceTypeExistsHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ServiceTypeExists t)
Insert ServiceTypeExists into an any

Parameters:
a - an any
t - ServiceTypeExists value

extract

public static ServiceTypeExists extract(org.omg.CORBA.Any a)
Extract ServiceTypeExists from an any

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

type

public static org.omg.CORBA.TypeCode type()
Return the ServiceTypeExists TypeCode

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static ServiceTypeExists read(org.omg.CORBA.portable.InputStream istream)
Read ServiceTypeExists from a marshalled stream

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

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ServiceTypeExists value)
Write ServiceTypeExists into a marshalled stream

Parameters:
ostream - the output stream
value - ServiceTypeExists value