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