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