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