public final class ProfileHelper
extends java.lang.Object
Constructor and Description |
---|
ProfileHelper() |
Modifier and Type | Method and Description |
---|---|
static Profile |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
Profile s) |
static Profile |
narrow(Object obj) |
static Profile |
read(InputStream in) |
static TypeCode |
type() |
static Profile |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
Profile s) |
public static TypeCode type()
public static java.lang.String id()
public static Profile read(InputStream in)
public static void write(OutputStream _out, Profile s)