public abstract class UnionMemberHelper extends Object
Constructor and Description |
---|
UnionMemberHelper() |
Modifier and Type | Method and Description |
---|---|
static UnionMember |
extract(Any a)
Extract the union member from the given Any.
|
static String |
id()
Return the UnionMember repository id.
|
static void |
insert(Any a,
UnionMember that)
Inset the union member into the given Any.
|
static UnionMember |
read(InputStream istream)
Read the union member from the given stream.
|
static TypeCode |
type()
Create and return the typecode for this union member.
|
static void |
write(OutputStream ostream,
UnionMember value)
Write the union member to the given stream.
|
public UnionMemberHelper()
public static void insert(Any a, UnionMember that)
public static UnionMember extract(Any a)
public static String id()
public static UnionMember read(InputStream istream)
public static void write(OutputStream ostream, UnionMember value)