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