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