public class CodeSetComponentHelper
extends java.lang.Object
| Constructor and Description |
|---|
CodeSetComponentHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CodeSetComponent |
extract(Any a)
Extract CodeSetComponent from an any
|
static java.lang.String |
id()
Return the CodeSetComponent IDL ID
|
static void |
insert(Any a,
CodeSetComponent t)
Insert CodeSetComponent into an any
|
static CodeSetComponent |
read(InputStream istream)
Read CodeSetComponent from a marshalled stream
|
static TypeCode |
type()
Return the CodeSetComponent TypeCode
|
static void |
write(OutputStream ostream,
CodeSetComponent value)
Write CodeSetComponent into a marshalled stream
|
public static void insert(Any a, CodeSetComponent t)
a - an anyt - CodeSetComponent valuepublic static CodeSetComponent extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static CodeSetComponent read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, CodeSetComponent value)
ostream - the output streamvalue - CodeSetComponent value