|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CONV_FRAME.CodeSetComponentInfoHelper
public class CodeSetComponentInfoHelper
Helper class for : CodeSetComponentInfo
| Constructor Summary | |
|---|---|
CodeSetComponentInfoHelper()
|
|
| Method Summary | |
|---|---|
static CodeSetComponentInfo |
extract(Any a)
Extract CodeSetComponentInfo from an any |
static java.lang.String |
id()
Return the CodeSetComponentInfo IDL ID |
static void |
insert(Any a,
CodeSetComponentInfo t)
Insert CodeSetComponentInfo into an any |
static CodeSetComponentInfo |
read(InputStream istream)
Read CodeSetComponentInfo from a marshalled stream |
static TypeCode |
type()
Return the CodeSetComponentInfo TypeCode |
static void |
write(OutputStream ostream,
CodeSetComponentInfo value)
Write CodeSetComponentInfo 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 CodeSetComponentInfoHelper()
| Method Detail |
|---|
public static void insert(Any a,
CodeSetComponentInfo t)
a - an anyt - CodeSetComponentInfo valuepublic static CodeSetComponentInfo extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static CodeSetComponentInfo read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
CodeSetComponentInfo value)
ostream - the output streamvalue - CodeSetComponentInfo value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||