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