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