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