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