public final class EventTypeHelper
extends java.lang.Object
Constructor and Description |
---|
EventTypeHelper() |
Modifier and Type | Method and Description |
---|---|
static EventType |
extract(Any any) |
static java.lang.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 java.lang.String id()
public static EventType read(InputStream in)
public static void write(OutputStream out, EventType s)