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