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