|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.CORBA.FieldNameHelper
public abstract class FieldNameHelper
A formal helper for the CORBA FieldName that is identical to the narrow string.
| Constructor Summary | |
|---|---|
FieldNameHelper()
|
|
| Method Summary | |
|---|---|
static String |
extract(Any a)
Extract the FieldName from Any ((uses Any.extract_string). |
static String |
id()
Return the FieldName repository id. |
static void |
insert(Any a,
String that)
Insert the FieldName into Any (uses Any.insert_string). |
static String |
read(InputStream istream)
Calls InputStream.read_string(). |
static TypeCode |
type()
Return an string alias typecode, named "FieldName". |
static void |
write(OutputStream ostream,
String value)
Calls OutputStream#write_string(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldNameHelper()
| Method Detail |
|---|
public static void insert(Any a,
String that)
Any.insert_string).
a - the Any to insert into.that - the string to insert.public static String extract(Any a)
Any.extract_string).
a - the Any to extract from.public static TypeCode type()
public static String id()
public static String read(InputStream istream)
InputStream.read_string().
istream - the stream to read from.
public static void write(OutputStream ostream,
String value)
OutputStream#write_string().
ostream - the stream to write into.value - the string (FieldName) value to write.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||