org.openorb.ots.ManagerCallbackPackage

Class HeuristicKindHelper

public class HeuristicKindHelper extends Object

Helper class for : HeuristicKind

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted HeuristicKind value

id

public static String id()
Return the HeuristicKind IDL ID

Returns: an ID

insert

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

Parameters: a an any t HeuristicKind value

read

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

Parameters: istream the input stream

Returns: the readed HeuristicKind value

type

public static TypeCode type()
Return the HeuristicKind TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value HeuristicKind value