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