org.omg.CosTrading.RegisterPackage

Class InterfaceTypeMismatchHelper

public class InterfaceTypeMismatchHelper extends Object

Helper class for : InterfaceTypeMismatch

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InterfaceTypeMismatch value

id

public static String id()
Return the InterfaceTypeMismatch IDL ID

Returns: an ID

insert

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

Parameters: a an any t InterfaceTypeMismatch value

read

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

Parameters: istream the input stream

Returns: the readed InterfaceTypeMismatch value

type

public static TypeCode type()
Return the InterfaceTypeMismatch TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InterfaceTypeMismatch value