org.omg.CosTrading.LookupPackage

Class IllegalPreferenceHelper

public class IllegalPreferenceHelper extends Object

Helper class for : IllegalPreference

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IllegalPreference value

id

public static String id()
Return the IllegalPreference IDL ID

Returns: an ID

insert

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

Parameters: a an any t IllegalPreference value

read

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

Parameters: istream the input stream

Returns: the readed IllegalPreference value

type

public static TypeCode type()
Return the IllegalPreference TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IllegalPreference value