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