public final class NameValuePairHelper
extends java.lang.Object
Constructor and Description |
---|
NameValuePairHelper() |
Modifier and Type | Method and Description |
---|---|
static NameValuePair |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
NameValuePair s) |
static NameValuePair |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
NameValuePair s) |
public static TypeCode type()
public static void insert(Any any, NameValuePair s)
public static NameValuePair extract(Any any)
public static java.lang.String id()
public static NameValuePair read(InputStream in)
public static void write(OutputStream out, NameValuePair s)