public abstract class DynValueCommonHelper extends Object
Constructor and Description |
---|
DynValueCommonHelper() |
Modifier and Type | Method and Description |
---|---|
static DynValueCommon |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
DynValueCommon that) |
static DynValueCommon |
narrow(Object obj) |
static DynValueCommon |
read(InputStream istream) |
static TypeCode |
type() |
static DynValueCommon |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
DynValueCommon value) |
public static void insert(Any a, DynValueCommon that)
public static DynValueCommon extract(Any a)
public static TypeCode type()
public static String id()
public static DynValueCommon read(InputStream istream)
public static void write(OutputStream ostream, DynValueCommon value)
public static DynValueCommon narrow(Object obj)
public static DynValueCommon unchecked_narrow(Object obj)
Copyright © 2019 JBoss by Red Hat. All rights reserved.