public class INV_OBJREFHelper
extends java.lang.Object
| Constructor and Description |
|---|
INV_OBJREFHelper() |
| Modifier and Type | Method and Description |
|---|---|
static INV_OBJREF |
extract(Any a)
Extract INV_OBJREF from an any
|
static java.lang.String |
id()
Return the INV_OBJREF IDL ID
|
static void |
insert(Any a,
INV_OBJREF t)
Insert INV_OBJREF into an any
|
static INV_OBJREF |
read(InputStream istream)
Read INV_OBJREF from a marshalled stream
|
static TypeCode |
type()
Return the INV_OBJREF TypeCode
|
static void |
write(OutputStream ostream,
INV_OBJREF value)
Write INV_OBJREF into a marshalled stream
|
public static void insert(Any a, INV_OBJREF t)
a - an anyt - INV_OBJREF valuepublic static INV_OBJREF extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static INV_OBJREF read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, INV_OBJREF value)
ostream - the output streamvalue - INV_OBJREF value