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