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