public final class InterfaceDefHelper extends Object
Constructor and Description |
---|
InterfaceDefHelper() |
Modifier and Type | Method and Description |
---|---|
static InterfaceDef |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
InterfaceDef s) |
static InterfaceDef |
narrow(Object obj) |
static InterfaceDef |
read(InputStream in) |
static TypeCode |
type() |
static InterfaceDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
InterfaceDef s) |
public static void insert(Any any, InterfaceDef s)
public static InterfaceDef extract(Any any)
public static TypeCode type()
public static String id()
public static InterfaceDef read(InputStream in)
public static void write(OutputStream _out, InterfaceDef s)
public static InterfaceDef narrow(Object obj)
public static InterfaceDef unchecked_narrow(Object obj)
Copyright © 2013. All Rights Reserved.