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