public final class ProfileHelper extends Object
Constructor and Description |
---|
ProfileHelper() |
Modifier and Type | Method and Description |
---|---|
static Profile |
extract(Any any) |
static 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 String id()
public static Profile read(InputStream in)
public static void write(OutputStream _out, Profile s)
Copyright © 2017 JacORB. All rights reserved.