org.omg.CosTrading
Class FollowOptionHelper
java.lang.Object
|
+--org.omg.CosTrading.FollowOptionHelper
- public class FollowOptionHelper
- extends java.lang.Object
Helper class for : FollowOption
- Author:
- OpenORB Compiler
|
Method Summary |
static FollowOption |
extract(org.omg.CORBA.Any a)
Extract FollowOption from an any |
static java.lang.String |
id()
Return the FollowOption IDL ID |
static void |
insert(org.omg.CORBA.Any a,
FollowOption t)
Insert FollowOption into an any |
static FollowOption |
read(org.omg.CORBA.portable.InputStream istream)
Read FollowOption from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the FollowOption TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
FollowOption value)
Write FollowOption into a marshalled stream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FollowOptionHelper
public FollowOptionHelper()
insert
public static void insert(org.omg.CORBA.Any a,
FollowOption t)
- Insert FollowOption into an any
- Parameters:
a - an anyt - FollowOption value
extract
public static FollowOption extract(org.omg.CORBA.Any a)
- Extract FollowOption from an any
- Parameters:
a - an any- Returns:
- the extracted FollowOption value
type
public static org.omg.CORBA.TypeCode type()
- Return the FollowOption TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the FollowOption IDL ID
- Returns:
- an ID
read
public static FollowOption read(org.omg.CORBA.portable.InputStream istream)
- Read FollowOption from a marshalled stream
- Parameters:
istream - the input stream- Returns:
- the readed FollowOption value
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
FollowOption value)
- Write FollowOption into a marshalled stream
- Parameters:
ostream - the output streamvalue - FollowOption value