|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.StringDefHelper
public class StringDefHelper
Helper class for : StringDef
| Constructor Summary | |
|---|---|
StringDefHelper()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringDefHelper()
| Method Detail |
|---|
public static void insert(Any a,
StringDef t)
a - an anyt - StringDef valuepublic static StringDef extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static StringDef read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
StringDef value)
ostream - the output streamvalue - StringDef valuepublic static StringDef narrow(Object obj)
obj - the CORBA Object
public static StringDef unchecked_narrow(Object obj)
obj - the CORBA Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||