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