org.omg.CosTrading.LookupPackage

Class PolicyTypeMismatchHelper

public class PolicyTypeMismatchHelper extends Object

Helper class for : PolicyTypeMismatch

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PolicyTypeMismatch value

id

public static String id()
Return the PolicyTypeMismatch IDL ID

Returns: an ID

insert

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

Parameters: a an any t PolicyTypeMismatch value

read

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

Parameters: istream the input stream

Returns: the readed PolicyTypeMismatch value

type

public static TypeCode type()
Return the PolicyTypeMismatch TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PolicyTypeMismatch value