org.omg.CosNaming.NamingContextPackage

Class NotFoundReasonHelper

public class NotFoundReasonHelper extends Object

Helper class for : NotFoundReason

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotFoundReason value

id

public static String id()
Return the NotFoundReason IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotFoundReason value

read

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

Parameters: istream the input stream

Returns: the readed NotFoundReason value

type

public static TypeCode type()
Return the NotFoundReason TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotFoundReason value