public class StringDefHelper
extends java.lang.Object
| Constructor and Description |
|---|
StringDefHelper() |
| Modifier and Type | Method and Description |
|---|---|
static StringDef |
extract(Any a)
Extract StringDef from an any
|
static java.lang.String |
id()
Return the StringDef IDL ID
|
static void |
insert(Any a,
StringDef t)
Insert StringDef into an any
|
static StringDef |
narrow(Object obj)
Narrow CORBA::Object to StringDef
|
static StringDef |
read(InputStream istream)
Read StringDef from a marshalled stream
|
static TypeCode |
type()
Return the StringDef TypeCode
|
static StringDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to StringDef
|
static void |
write(OutputStream ostream,
StringDef value)
Write StringDef into a marshalled stream
|
public static void insert(Any a, StringDef t)
a - an anyt - StringDef valuepublic static StringDef extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static StringDef read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, StringDef value)
ostream - the output streamvalue - StringDef valuepublic static StringDef narrow(Object obj)
obj - the CORBA Object