|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CONV_FRAME.CodeSetContextHelper
public class CodeSetContextHelper
Helper class for : CodeSetContext
Constructor Summary | |
---|---|
CodeSetContextHelper()
|
Method Summary | |
---|---|
static CodeSetContext |
extract(Any a)
Extract CodeSetContext from an any |
static java.lang.String |
id()
Return the CodeSetContext IDL ID |
static void |
insert(Any a,
CodeSetContext t)
Insert CodeSetContext into an any |
static CodeSetContext |
read(InputStream istream)
Read CodeSetContext from a marshalled stream |
static TypeCode |
type()
Return the CodeSetContext TypeCode |
static void |
write(OutputStream ostream,
CodeSetContext value)
Write CodeSetContext into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeSetContextHelper()
Method Detail |
---|
public static void insert(Any a, CodeSetContext t)
a
- an anyt
- CodeSetContext valuepublic static CodeSetContext extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static CodeSetContext read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, CodeSetContext value)
ostream
- the output streamvalue
- CodeSetContext value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |