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