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