org.omg.CosTrading.ProxyPackage
public class IllegalRecipeHelper extends Object
Method Summary | |
---|---|
static IllegalRecipe | extract(Any a)
Extract IllegalRecipe from an any
|
static String | id()
Return the IllegalRecipe IDL ID |
static void | insert(Any a, IllegalRecipe t)
Insert IllegalRecipe into an any |
static IllegalRecipe | read(InputStream istream)
Read IllegalRecipe from a marshalled stream |
static TypeCode | type()
Return the IllegalRecipe TypeCode |
static void | write(OutputStream ostream, IllegalRecipe value)
Write IllegalRecipe into a marshalled stream |
Parameters: a an any
Returns: the extracted IllegalRecipe value
Returns: an ID
Parameters: a an any t IllegalRecipe value
Parameters: istream the input stream
Returns: the readed IllegalRecipe value
Returns: a TypeCode
Parameters: ostream the output stream value IllegalRecipe value