public final class EventTypeHelper extends Object
Constructor and Description |
---|
EventTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static EventType |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
EventType s) |
static EventType |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
EventType s) |
public static TypeCode type()
public static String id()
public static EventType read(InputStream in)
public static void write(OutputStream out, EventType s)
Copyright © 2016 JacORB. All rights reserved.