public final class UnionDefHelper
extends java.lang.Object
Constructor and Description |
---|
UnionDefHelper() |
Modifier and Type | Method and Description |
---|---|
static UnionDef |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
UnionDef s) |
static UnionDef |
narrow(Object obj) |
static UnionDef |
read(InputStream in) |
static TypeCode |
type() |
static UnionDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
UnionDef s) |
public static TypeCode type()
public static java.lang.String id()
public static UnionDef read(InputStream in)
public static void write(OutputStream _out, UnionDef s)