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