public class NameValuePairHelper
extends java.lang.Object
| Constructor and Description |
|---|
NameValuePairHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NameValuePair |
extract(Any a)
Extract NameValuePair from an any
|
static java.lang.String |
id()
Return the NameValuePair IDL ID
|
static void |
insert(Any a,
NameValuePair t)
Insert NameValuePair into an any
|
static NameValuePair |
read(InputStream istream)
Read NameValuePair from a marshalled stream
|
static TypeCode |
type()
Return the NameValuePair TypeCode
|
static void |
write(OutputStream ostream,
NameValuePair value)
Write NameValuePair into a marshalled stream
|
public static void insert(Any a, NameValuePair t)
a - an anyt - NameValuePair 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 - NameValuePair value