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