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