|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.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 |
equals, 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 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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |