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