org.omg.CosTrading

Class NotImplementedHelper

public class NotImplementedHelper extends Object

Helper class for : NotImplemented

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotImplemented value

id

public static String id()
Return the NotImplemented IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotImplemented value

read

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

Parameters: istream the input stream

Returns: the readed NotImplemented value

type

public static TypeCode type()
Return the NotImplemented TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotImplemented value