public abstract class InterfaceDefHelper extends Object
Constructor and Description |
---|
InterfaceDefHelper() |
Modifier and Type | Method and Description |
---|---|
static InterfaceDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
InterfaceDef that) |
static InterfaceDef |
narrow(Object obj) |
static InterfaceDef |
read(InputStream istream) |
static TypeCode |
type() |
static InterfaceDef |
unchecked_narrow(Object obj) |
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)
public static InterfaceDef narrow(Object obj)
public static InterfaceDef unchecked_narrow(Object obj)
Copyright © 2016 JBoss by Red Hat. All rights reserved.