|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.PrimitiveDefHelper
public class PrimitiveDefHelper
Helper class for : PrimitiveDef
Constructor Summary | |
---|---|
PrimitiveDefHelper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveDefHelper()
Method Detail |
---|
public static void insert(Any a, PrimitiveDef t)
a
- an anyt
- PrimitiveDef valuepublic static PrimitiveDef extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static PrimitiveDef read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, PrimitiveDef value)
ostream
- the output streamvalue
- PrimitiveDef valuepublic static PrimitiveDef narrow(Object obj)
obj
- the CORBA Object
public static PrimitiveDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |