public abstract class InterfaceDefSeqHelper extends Object
Constructor and Description |
---|
InterfaceDefSeqHelper() |
Modifier and Type | Method and Description |
---|---|
static InterfaceDef[] |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
InterfaceDef[] that) |
static InterfaceDef[] |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
InterfaceDef[] value) |
public static void insert(Any a, InterfaceDef[] that)
public static InterfaceDef[] extract(Any a)
public static TypeCode type()
public static String id()
public static InterfaceDef[] read(InputStream istream)
public static void write(OutputStream ostream, InterfaceDef[] value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.