org.omg.CosNaming

Class NameComponentHelper

public class NameComponentHelper extends Object

Helper class for : NameComponent

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NameComponent value

id

public static String id()
Return the NameComponent IDL ID

Returns: an ID

insert

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

Parameters: a an any t NameComponent value

read

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

Parameters: istream the input stream

Returns: the readed NameComponent value

type

public static TypeCode type()
Return the NameComponent TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NameComponent value