|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.FixedDefHelper
Helper class for : FixedDef
Constructor Summary | |
FixedDefHelper()
|
Method Summary | |
static FixedDef |
extract(Any a)
Extract FixedDef from an any |
static java.lang.String |
id()
Return the FixedDef IDL ID |
static void |
insert(Any a,
FixedDef t)
Insert FixedDef into an any |
static FixedDef |
narrow(Object obj)
Narrow CORBA::Object to FixedDef |
static FixedDef |
read(InputStream istream)
Read FixedDef from a marshalled stream |
static TypeCode |
type()
Return the FixedDef TypeCode |
static FixedDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to FixedDef |
static void |
write(OutputStream ostream,
FixedDef value)
Write FixedDef into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FixedDefHelper()
Method Detail |
public static void insert(Any a, FixedDef t)
a
- an anyt
- FixedDef valuepublic static FixedDef extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static FixedDef read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, FixedDef value)
ostream
- the output streamvalue
- FixedDef valuepublic static FixedDef narrow(Object obj)
obj
- the CORBA Objectpublic static FixedDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |