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