public final class ReplyStartTimePolicyHelper extends Object
Constructor and Description |
---|
ReplyStartTimePolicyHelper() |
Modifier and Type | Method and Description |
---|---|
static ReplyStartTimePolicy |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ReplyStartTimePolicy s) |
static ReplyStartTimePolicy |
narrow(Object obj) |
static ReplyStartTimePolicy |
read(InputStream in) |
static TypeCode |
type() |
static ReplyStartTimePolicy |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ReplyStartTimePolicy s) |
public static void insert(Any any, ReplyStartTimePolicy s)
public static ReplyStartTimePolicy extract(Any any)
public static TypeCode type()
public static String id()
public static ReplyStartTimePolicy read(InputStream in)
public static void write(OutputStream _out, ReplyStartTimePolicy s)
public static ReplyStartTimePolicy narrow(Object obj)
public static ReplyStartTimePolicy unchecked_narrow(Object obj)
Copyright © 2017 JacORB. All rights reserved.