public class TypeDescriptionHelper
extends java.lang.Object
| Constructor and Description |
|---|
TypeDescriptionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TypeDescription |
extract(Any a)
Extract TypeDescription from an any
|
static java.lang.String |
id()
Return the TypeDescription IDL ID
|
static void |
insert(Any a,
TypeDescription t)
Insert TypeDescription into an any
|
static TypeDescription |
read(InputStream istream)
Read TypeDescription from a marshalled stream
|
static TypeCode |
type()
Return the TypeDescription TypeCode
|
static void |
write(OutputStream ostream,
TypeDescription value)
Write TypeDescription into a marshalled stream
|
public static void insert(Any a, TypeDescription t)
a - an anyt - TypeDescription valuepublic static TypeDescription extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static TypeDescription read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, TypeDescription value)
ostream - the output streamvalue - TypeDescription value