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