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