public abstract class DynValueBoxHelper extends Object
| Constructor and Description |
|---|
DynValueBoxHelper() |
| Modifier and Type | Method and Description |
|---|---|
static DynValueBox |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
DynValueBox s) |
static DynValueBox |
narrow(Object obj) |
static DynValueBox |
read(InputStream in) |
static TypeCode |
type() |
static DynValueBox |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
DynValueBox s) |
public static TypeCode type()
public static void insert(Any any, DynValueBox s)
public static DynValueBox extract(Any any)
public static String id()
public static DynValueBox read(InputStream in)
public static void write(OutputStream _out, DynValueBox s)
public static DynValueBox narrow(Object obj)
public static DynValueBox unchecked_narrow(Object obj)
Copyright © 2017 JacORB. All rights reserved.