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