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