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