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