public final class InterfaceNotSupportedHelper
extends java.lang.Object
Constructor and Description |
---|
InterfaceNotSupportedHelper() |
Modifier and Type | Method and Description |
---|---|
static InterfaceNotSupported |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
InterfaceNotSupported s) |
static InterfaceNotSupported |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
InterfaceNotSupported s) |
public static TypeCode type()
public static void insert(Any any, InterfaceNotSupported s)
public static InterfaceNotSupported extract(Any any)
public static java.lang.String id()
public static InterfaceNotSupported read(InputStream in)
public static void write(OutputStream out, InterfaceNotSupported s)