org.omg.CosTrading

Class FollowOptionHelper

public class FollowOptionHelper extends Object

Helper class for : FollowOption

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted FollowOption value

id

public static String id()
Return the FollowOption IDL ID

Returns: an ID

insert

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

Parameters: a an any t FollowOption value

read

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

Parameters: istream the input stream

Returns: the readed FollowOption value

type

public static TypeCode type()
Return the FollowOption TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value FollowOption value