org.openorb.ots

Class XIDHelper

public class XIDHelper extends Object

Helper class for : XID

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted XID value

id

public static String id()
Return the XID IDL ID

Returns: an ID

insert

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

Parameters: a an any t XID value

read

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

Parameters: istream the input stream

Returns: the readed XID value

type

public static TypeCode type()
Return the XID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value XID value