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