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