public abstract class HepEventServerHelper extends Object
| Constructor and Description |
|---|
HepEventServerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static HepEventServer |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
HepEventServer that) |
static HepEventServer |
narrow(Object obj) |
static HepEventServer |
read(InputStream istream) |
static TypeCode |
type() |
static HepEventServer |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
HepEventServer value) |
public static void insert(Any a, HepEventServer that)
public static HepEventServer extract(Any a)
public static TypeCode type()
public static String id()
public static HepEventServer read(InputStream istream)
public static void write(OutputStream ostream, HepEventServer value)
public static HepEventServer narrow(Object obj)
public static HepEventServer unchecked_narrow(Object obj)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.