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