org.omg.CosTrading.RegisterPackage

Class RegisterNotSupportedHelper

public class RegisterNotSupportedHelper extends Object

Helper class for : RegisterNotSupported

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted RegisterNotSupported value

id

public static String id()
Return the RegisterNotSupported IDL ID

Returns: an ID

insert

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

Parameters: a an any t RegisterNotSupported value

read

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

Parameters: istream the input stream

Returns: the readed RegisterNotSupported value

type

public static TypeCode type()
Return the RegisterNotSupported TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value RegisterNotSupported value