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