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