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