org.omg.CosTrading

Class PropertyTypeMismatchHelper

public class PropertyTypeMismatchHelper extends Object

Helper class for : PropertyTypeMismatch

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PropertyTypeMismatch value

id

public static String id()
Return the PropertyTypeMismatch IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertyTypeMismatch value

read

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

Parameters: istream the input stream

Returns: the readed PropertyTypeMismatch value

type

public static TypeCode type()
Return the PropertyTypeMismatch TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertyTypeMismatch value