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