public abstract class EventPortDefHelper extends Object
Constructor and Description |
---|
EventPortDefHelper() |
Modifier and Type | Method and Description |
---|---|
static EventPortDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
EventPortDef that) |
static EventPortDef |
narrow(Object obj) |
static EventPortDef |
read(InputStream istream) |
static TypeCode |
type() |
static EventPortDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
EventPortDef value) |
public static void insert(Any a, EventPortDef that)
public static EventPortDef extract(Any a)
public static TypeCode type()
public static String id()
public static EventPortDef read(InputStream istream)
public static void write(OutputStream ostream, EventPortDef value)
public static EventPortDef narrow(Object obj)
public static EventPortDef unchecked_narrow(Object obj)
Copyright © 2019 JBoss by Red Hat. All rights reserved.