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