|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.EnumDefHelper
public class EnumDefHelper
Helper class for : EnumDef
Constructor Summary | |
---|---|
EnumDefHelper()
|
Method Summary | |
---|---|
static EnumDef |
extract(Any a)
Extract EnumDef from an any |
static java.lang.String |
id()
Return the EnumDef IDL ID |
static void |
insert(Any a,
EnumDef t)
Insert EnumDef into an any |
static EnumDef |
narrow(Object obj)
Narrow CORBA::Object to EnumDef |
static EnumDef |
read(InputStream istream)
Read EnumDef from a marshalled stream |
static TypeCode |
type()
Return the EnumDef TypeCode |
static EnumDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to EnumDef |
static void |
write(OutputStream ostream,
EnumDef value)
Write EnumDef 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 EnumDefHelper()
Method Detail |
---|
public static void insert(Any a, EnumDef t)
a
- an anyt
- EnumDef valuepublic static EnumDef extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static EnumDef read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, EnumDef value)
ostream
- the output streamvalue
- EnumDef valuepublic static EnumDef narrow(Object obj)
obj
- the CORBA Object
public static EnumDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |