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