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