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