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