org.omg.CosTrading

Class IllegalServiceTypeHelper

public class IllegalServiceTypeHelper extends Object

Helper class for : IllegalServiceType

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IllegalServiceType value

id

public static String id()
Return the IllegalServiceType IDL ID

Returns: an ID

insert

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

Parameters: a an any t IllegalServiceType value

read

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

Parameters: istream the input stream

Returns: the readed IllegalServiceType value

type

public static TypeCode type()
Return the IllegalServiceType TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IllegalServiceType value