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