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