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