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