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