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