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