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