public abstract class IntervalTHelper extends Object
| Constructor and Description |
|---|
IntervalTHelper() |
| Modifier and Type | Method and Description |
|---|---|
static IntervalT |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
IntervalT that) |
static IntervalT |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
IntervalT value) |
public static TypeCode type()
public static String id()
public static IntervalT read(InputStream istream)
public static void write(OutputStream ostream, IntervalT value)
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.