|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.StringValueHelper
Helper class for : StringValue
Constructor Summary | |
StringValueHelper()
|
Method Summary | |
static java.lang.String |
extract(Any a)
Extract StringValue from an any |
java.lang.String |
get_id()
Return the value id |
static java.lang.String |
id()
Return the StringValue IDL ID |
static void |
insert(Any a,
java.lang.String t)
Insert StringValue into an any |
java.io.Serializable |
read_value(InputStream is)
Read a value from an input stream |
static java.lang.String |
read(InputStream istream)
Read StringValue from a marshalled stream |
static TypeCode |
type()
Return the StringValue TypeCode |
void |
write_value(OutputStream os,
java.io.Serializable value)
Write a value into an output stream |
static void |
write(OutputStream ostream,
java.lang.String value)
Write StringValue into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringValueHelper()
Method Detail |
public static void insert(Any a, java.lang.String t)
a
- an anyt
- StringValue valuepublic static java.lang.String extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static java.lang.String read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, java.lang.String value)
ostream
- the output streamvalue
- StringValue valuepublic java.io.Serializable read_value(InputStream is)
read_value
in interface BoxedValueHelper
public void write_value(OutputStream os, java.io.Serializable value)
write_value
in interface BoxedValueHelper
public java.lang.String get_id()
get_id
in interface BoxedValueHelper
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |