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