org.omg.CosTime
public class OverlapTypeHelper extends Object
Method Summary | |
---|---|
static OverlapType | extract(Any a)
Extract OverlapType from an any
|
static String | id()
Return the OverlapType IDL ID |
static void | insert(Any a, OverlapType t)
Insert OverlapType into an any |
static OverlapType | read(InputStream istream)
Read OverlapType from a marshalled stream |
static TypeCode | type()
Return the OverlapType TypeCode |
static void | write(OutputStream ostream, OverlapType value)
Write OverlapType into a marshalled stream |
Parameters: a an any
Returns: the extracted OverlapType value
Returns: an ID
Parameters: a an any t OverlapType value
Parameters: istream the input stream
Returns: the readed OverlapType value
Returns: a TypeCode
Parameters: ostream the output stream value OverlapType value