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