|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CosTime.OverlapTypeHelper
public class OverlapTypeHelper
Helper class for : OverlapType
| Constructor Summary | |
|---|---|
OverlapTypeHelper()
|
|
| Method Summary | |
|---|---|
static OverlapType |
extract(org.omg.CORBA.Any a)
Extract OverlapType from an any |
static java.lang.String |
id()
Return the OverlapType IDL ID |
static void |
insert(org.omg.CORBA.Any a,
OverlapType t)
Insert OverlapType into an any |
static OverlapType |
read(org.omg.CORBA.portable.InputStream istream)
Read OverlapType from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the OverlapType TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
OverlapType value)
Write OverlapType into a marshalled stream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OverlapTypeHelper()
| Method Detail |
|---|
public static void insert(org.omg.CORBA.Any a,
OverlapType t)
a - an anyt - OverlapType valuepublic static OverlapType extract(org.omg.CORBA.Any a)
a - an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static OverlapType read(org.omg.CORBA.portable.InputStream istream)
istream - the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream,
OverlapType value)
ostream - the output streamvalue - OverlapType value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||