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