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