org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class ServiceTypeExistsHelper

public class ServiceTypeExistsHelper extends Object

Helper class for : ServiceTypeExists

Author: OpenORB Compiler

Method Summary
static ServiceTypeExistsextract(Any a)
Extract ServiceTypeExists from an any
static Stringid()
Return the ServiceTypeExists IDL ID
static voidinsert(Any a, ServiceTypeExists t)
Insert ServiceTypeExists into an any
static ServiceTypeExistsread(InputStream istream)
Read ServiceTypeExists from a marshalled stream
static TypeCodetype()
Return the ServiceTypeExists TypeCode
static voidwrite(OutputStream ostream, ServiceTypeExists value)
Write ServiceTypeExists into a marshalled stream

Method Detail

extract

public static ServiceTypeExists extract(Any a)
Extract ServiceTypeExists from an any

Parameters: a an any

Returns: the extracted ServiceTypeExists value

id

public static String id()
Return the ServiceTypeExists IDL ID

Returns: an ID

insert

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

Parameters: a an any t ServiceTypeExists value

read

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

Parameters: istream the input stream

Returns: the readed ServiceTypeExists value

type

public static TypeCode type()
Return the ServiceTypeExists TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ServiceTypeExists value