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