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