org.omg.CosNotification

Class QoSError_codeHelper

public class QoSError_codeHelper extends Object

Helper class for : QoSError_code

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted QoSError_code value

id

public static String id()
Return the QoSError_code IDL ID

Returns: an ID

insert

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

Parameters: a an any t QoSError_code value

read

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

Parameters: istream the input stream

Returns: the readed QoSError_code value

type

public static TypeCode type()
Return the QoSError_code TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value QoSError_code value