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