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