org.omg.CosTrading.ProxyPackage

Class IllegalRecipeHelper

public class IllegalRecipeHelper extends Object

Helper class for : IllegalRecipe

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IllegalRecipe value

id

public static String id()
Return the IllegalRecipe IDL ID

Returns: an ID

insert

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

Parameters: a an any t IllegalRecipe value

read

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

Parameters: istream the input stream

Returns: the readed IllegalRecipe value

type

public static TypeCode type()
Return the IllegalRecipe TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IllegalRecipe value