org.omg.CosNaming.NamingContextPackage
Class NotEmptyHelper
java.lang.Object
|
+--org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
- public class NotEmptyHelper
- extends java.lang.Object
Helper class for : NotEmpty
- Author:
- OpenORB Compiler
|
Method Summary |
static NotEmpty |
extract(org.omg.CORBA.Any a)
Extract NotEmpty from an any |
static java.lang.String |
id()
Return the NotEmpty IDL ID |
static void |
insert(org.omg.CORBA.Any a,
NotEmpty t)
Insert NotEmpty into an any |
static NotEmpty |
read(org.omg.CORBA.portable.InputStream istream)
Read NotEmpty from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the NotEmpty TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
NotEmpty value)
Write NotEmpty into a marshalled stream |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotEmptyHelper
public NotEmptyHelper()
insert
public static void insert(org.omg.CORBA.Any a,
NotEmpty t)
- Insert NotEmpty into an any
- Parameters:
a - an anyt - NotEmpty value
extract
public static NotEmpty extract(org.omg.CORBA.Any a)
- Extract NotEmpty from an any
- Parameters:
a - an any- Returns:
- the extracted NotEmpty value
type
public static org.omg.CORBA.TypeCode type()
- Return the NotEmpty TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the NotEmpty IDL ID
- Returns:
- an ID
read
public static NotEmpty read(org.omg.CORBA.portable.InputStream istream)
- Read NotEmpty from a marshalled stream
- Parameters:
istream - the input stream- Returns:
- the readed NotEmpty value
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
NotEmpty value)
- Write NotEmpty into a marshalled stream
- Parameters:
ostream - the output streamvalue - NotEmpty value