public class CodeSetComponentInfoHelper
extends java.lang.Object
| Constructor and Description |
|---|
CodeSetComponentInfoHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, CodeSetComponentInfo t)
a - an anyt - CodeSetComponentInfo valuepublic static CodeSetComponentInfo extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static CodeSetComponentInfo read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, CodeSetComponentInfo value)
ostream - the output streamvalue - CodeSetComponentInfo value